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

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

Completed in 46 milliseconds