Home
last modified time | relevance | path

Searched refs:AtForkPrepare1 (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dpthread_dlfcn_test.cpp23 static void AtForkPrepare1() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 1; } in AtForkPrepare1() function
46 ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1, AtForkChild1)); in TEST()
Dpthread_test.cpp1417 static void AtForkPrepare1() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 1; } in AtForkPrepare1() 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()