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

/bionic/tests/
H A Dpthread_test.cpp675 static int g_once_fn_call_count = 0; variable
677 ++g_once_fn_call_count;
684 ASSERT_EQ(1, g_once_fn_call_count);

Completed in 48 milliseconds