Searched refs:UTIL_ONCE_FLAG_INIT (Results 1 – 7 of 7) sorted by relevance
40 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in test_call_once()46 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in test_call_once()
19 const util_once_flag flag = UTIL_ONCE_FLAG_INIT; in simple_mtx_init()
30 #define UTIL_ONCE_FLAG_INIT { false, ONCE_FLAG_INIT } macro
52 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in _mesa_locale_init()
152 #define SIMPLE_MTX_INITIALIZER { UTIL_ONCE_FLAG_INIT }
219 static util_once_flag once_state = UTIL_ONCE_FLAG_INIT; in util_get_process_name()
45 static struct u_trace_state u_trace_state = { .once = UTIL_ONCE_FLAG_INIT };