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

/bionic/tests/
H A Dpthread_dlfcn_test.cpp26 static void AtForkPrepare4() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 4; } function
52 ASSERT_EQ(0, pthread_atfork(AtForkPrepare4, AtForkParent4, AtForkChild4));

Completed in 3 milliseconds