Searched refs:util_once_flag (Results 1 – 7 of 7) 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()
52 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in _mesa_locale_init()
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;