Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Donce.c62 static gint once_multi_threaded_counter = 0; variable
76 old_value = g_atomic_int_add (&once_multi_threaded_counter, 1); in do_once_multi_threaded()
125 g_assert_cmpint (g_atomic_int_get (&once_multi_threaded_counter), ==, 1); in test_once_multi_threaded()