Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_dlfcn_test.cpp38 static void AtForkChild4() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 4; } in AtForkChild4() function
57 ASSERT_EQ(0, pthread_atfork(AtForkPrepare4, AtForkParent4, AtForkChild4)); in TEST()