Searched refs:g_once_fn_call_count (Results 1 - 1 of 1) sorted by last modified time

/bionic/tests/
H A Dpthread_test.cpp991 static int g_once_fn_call_count = 0; variable
993 ++g_once_fn_call_count;
1000 ASSERT_EQ(1, g_once_fn_call_count);

Completed in 53 milliseconds