Searched refs:AtForkChild1 (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | pthread_dlfcn_test.cpp | 35 static void AtForkChild1() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 1; } in AtForkChild1() function 46 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1)); in TEST()
|
D | pthread_test.cpp | 1423 static void AtForkChild1() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 1; } in AtForkChild1() function 1427 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1)); in TEST() 1447 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1)); in TEST() 1466 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1)); in TEST()
|