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

/bionic/tests/
H A Dpthread_test.cpp715 static void AtForkChild2() { g_atfork_child_calls = (g_atfork_child_calls << 4) | 2; } function
719 ASSERT_EQ(0, pthread_atfork(AtForkPrepare2, AtForkParent2, AtForkChild2));

Completed in 189 milliseconds