Home | History | Annotate | Download | only in tests

Lines Matching refs:g_atfork_prepare_calls

1274 static int g_atfork_prepare_calls = 0;
1275 static void AtForkPrepare1() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 1; }
1276 static void AtForkPrepare2() { g_atfork_prepare_calls = (g_atfork_prepare_calls * 10) + 2; }
1299 ASSERT_EQ(21, g_atfork_prepare_calls);