Home
last modified time | relevance | path

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

/bionic/tests/
Dthreads_test.cpp36 static int g_call_once_call_count; variable
39 ++g_call_once_call_count; in increment_call_count()
76 ASSERT_EQ(1, g_call_once_call_count); in TEST()