HomeSort by relevance Sort by last modified time
    Searched refs:AtForkChild2 (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
pthread_dlfcn_test.cpp 36 static void AtForkChild2() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 2; }
54 ASSERT_EQ(0, fn(AtForkPrepare2, AtForkParent2, AtForkChild2));
pthread_test.cpp     [all...]

Completed in 83 milliseconds