Searched refs:AtForkPrepare3 (Results 1 – 1 of 1) sorted by relevance
25 static void AtForkPrepare3() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 3; } in AtForkPrepare3() function55 ASSERT_EQ(0, fn(AtForkPrepare3, AtForkParent3, AtForkChild3)); in TEST()