Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_dlfcn_test.cpp41 static void AtForkPrepare() {} in AtForkPrepare() function
100 ASSERT_EQ(0, pthread_atfork(AtForkPrepare, AtForkParent, AtForkChild)); in TEST()