Searched refs:g_atfork_prepare_calls (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp707 static int g_atfork_prepare_calls = 0; variable
708 static void AtForkPrepare1() { g_atfork_prepare_calls = (g_atfork_prepare_calls << 4) | 1; }
709 static void AtForkPrepare2() { g_atfork_prepare_calls = (g_atfork_prepare_calls << 4) | 2; }
732 ASSERT_EQ(0x21, g_atfork_prepare_calls);

Completed in 237 milliseconds