Home
last modified time | relevance | path

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

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