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

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

Completed in 56 milliseconds