Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_dlfcn_test.cpp43 static void AtForkChild() { dlclose(g_atfork_test_handle); g_atfork_test_handle = dlopen("libtest_p… in AtForkChild() function
100 ASSERT_EQ(0, pthread_atfork(AtForkPrepare, AtForkParent, AtForkChild)); in TEST()