OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtForkChild1
(Results
1 - 2
of
2
) sorted by null
/bionic/tests/
pthread_dlfcn_test.cpp
35
static void
AtForkChild1
() { g_atfork_child_calls = (g_atfork_child_calls * 10) + 1; }
46
ASSERT_EQ(0, pthread_atfork(AtForkPrepare1, AtForkParent1,
AtForkChild1
));
pthread_test.cpp
[
all
...]
Completed in 50 milliseconds