Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/c11/
Dthreads.h114 # define ONCE_FLAG_INIT {0} macro
122 # define ONCE_FLAG_INIT PTHREAD_ONCE_INIT macro
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Du_gpuvis.c21 static once_flag gpuvis_once_flag = ONCE_FLAG_INIT;
Du_perfetto.cc132 static once_flag perfetto_once_flag = ONCE_FLAG_INIT;
/hardware/google/gfxstream/guest/mesa/src/util/
Du_call_once.h30 #define UTIL_ONCE_FLAG_INIT { false, ONCE_FLAG_INIT }
Dlog.c118 static once_flag once = ONCE_FLAG_INIT; in mesa_log_init()
Du_queue.c57 static once_flag atexit_once_flag = ONCE_FLAG_INIT;
Du_cpu_detect.c104 .once_flag = ONCE_FLAG_INIT,
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_call_once_test.cpp32 static once_flag once = ONCE_FLAG_INIT; in test_call_once()
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dtime.c72 static once_flag once = ONCE_FLAG_INIT; in c23_timespec_get()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c1206 static once_flag flag = ONCE_FLAG_INIT; in util_format_unpack_description()