Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_dlfcn_test.cpp24 static void AtForkPrepare2() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 2; } in AtForkPrepare2() function
54 ASSERT_EQ(0, fn(AtForkPrepare2, AtForkParent2, AtForkChild2)); in TEST()
Dpthread_test.cpp1377 static void AtForkPrepare2() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 2; } in AtForkPrepare2() function
1387 ASSERT_EQ(0, pthread_atfork(AtForkPrepare2, AtForkParent2, AtForkChild2)); in TEST()