Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_call_once.h24 struct util_once_flag { struct
28 typedef struct util_once_flag util_once_flag; argument
38 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()
Dsimple_mtx.c19 const util_once_flag flag = UTIL_ONCE_FLAG_INIT; in simple_mtx_init()
Dstrtod.c52 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in _mesa_locale_init()
Dsimple_mtx.h148 util_once_flag flag;
Du_process.c219 static util_once_flag once_state = UTIL_ONCE_FLAG_INIT; in util_get_process_name()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_call_once_test.cpp40 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()
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Du_trace.c41 util_once_flag once;