Home | History | Annotate | Download | only in tests

Lines Matching refs:AtForkChild1

1281 static void AtForkChild1() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 1; }
1285 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1));