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

/bionic/tests/
H A Dpthread_test.cpp708 static void AtForkPrepare1() { g_atfork_prepare_calls = (g_atfork_prepare_calls << 4) | 1; } function
718 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1));

Completed in 51 milliseconds