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

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

Completed in 35 milliseconds