Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A 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()
H A Dsimple_mtx.c19 const util_once_flag flag = UTIL_ONCE_FLAG_INIT; in simple_mtx_init()
H A Dstrtod.c59 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in _mesa_get_locale()
H A Dsimple_mtx.h148 util_once_flag flag;
H A Du_process.c219 static util_once_flag once_state = UTIL_ONCE_FLAG_INIT; in util_get_process_name()
/aosp_15_r20/external/mesa3d/src/util/tests/
H A 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()
/aosp_15_r20/external/mesa3d/src/util/perf/
H A Du_trace.c41 util_once_flag once;
/aosp_15_r20/external/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c516 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in wgl_gl_flush()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dcontext.c247 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in _mesa_initialize()
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c109 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in dri2_gl_flush()