Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1344 static int g_once_fn_call_count = 0; variable
1346 ++g_once_fn_call_count; in OnceFn()
1353 ASSERT_EQ(1, g_once_fn_call_count); in TEST()