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.cpp1343 static int g_once_fn_call_count = 0; variable
1345 ++g_once_fn_call_count; in OnceFn()
1352 ASSERT_EQ(1, g_once_fn_call_count); in TEST()