OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_atfork_prepare_calls
(Results
1 - 2
of
2
) sorted by null
/bionic/tests/
pthread_dlfcn_test.cpp
22
static int
g_atfork_prepare_calls
= 0;
variable
23
static void AtForkPrepare1() {
g_atfork_prepare_calls
= (
g_atfork_prepare_calls
* 10) + 1; }
24
static void AtForkPrepare2() {
g_atfork_prepare_calls
= (
g_atfork_prepare_calls
* 10) + 2; }
25
static void AtForkPrepare3() {
g_atfork_prepare_calls
= (
g_atfork_prepare_calls
* 10) + 3; }
26
static void AtForkPrepare4() {
g_atfork_prepare_calls
= (
g_atfork_prepare_calls
* 10) + 4; }
69
ASSERT_EQ(4321,
g_atfork_prepare_calls
);
[
all
...]
pthread_test.cpp
1274
static int
g_atfork_prepare_calls
= 0;
variable
[
all
...]
Completed in 927 milliseconds