Searched refs:AtForkChild2 (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/
H A Dpthread_dlfcn_test.cpp36 static void AtForkChild2() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 2; } function
49 ASSERT_EQ(0, fn(AtForkPrepare2, AtForkParent2, AtForkChild2));
H A Dpthread_test.cpp1031 static void AtForkChild2() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 2; } function
1035 ASSERT_EQ(0, pthread_atfork(AtForkPrepare2, AtForkParent2, AtForkChild2));

Completed in 164 milliseconds