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

/bionic/tests/
H A Dpthread_dlfcn_test.cpp35 static void AtForkChild1() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 1; } function
41 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1));
H A Dpthread_test.cpp1030 static void AtForkChild1() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 1; } function
1034 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1));

Completed in 7 milliseconds