Searched defs:AtForkPrepare2 (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/
H A Dpthread_dlfcn_test.cpp22 static void AtForkPrepare2() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 2; } function
47 ASSERT_EQ(0, fn(AtForkPrepare2, AtForkParent2, AtForkChild2));
H A Dpthread_test.cpp957 static void AtForkPrepare2() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 2; } function
967 ASSERT_EQ(0, pthread_atfork(AtForkPrepare2, AtForkParent2, AtForkChild2));

Completed in 39 milliseconds