Searched refs:util_once_flag (Results 1 – 10 of 10) sorted by relevance
24 struct util_once_flag { struct28 typedef struct util_once_flag util_once_flag; argument38 util_call_once(util_once_flag *flag, void (*func)(void)) in util_call_once()59 util_call_once_data(util_once_flag *flag, util_call_once_data_func func, const void *data) in util_call_once_data()
19 const util_once_flag flag = UTIL_ONCE_FLAG_INIT; in simple_mtx_init()
59 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in _mesa_get_locale()
148 util_once_flag flag;
219 static util_once_flag once_state = UTIL_ONCE_FLAG_INIT; in util_get_process_name()
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()
41 util_once_flag once;
516 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in wgl_gl_flush()
247 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in _mesa_initialize()
109 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in dri2_gl_flush()