Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/c11/
Dthreads.h122 # define ONCE_FLAG_INIT {0} macro
132 # define ONCE_FLAG_INIT PTHREAD_ONCE_INIT macro
/third_party/mesa3d/src/util/
Du_perfetto.cc46 static once_flag perfetto_once_flag = ONCE_FLAG_INIT;
Du_queue.c57 static once_flag atexit_once_flag = ONCE_FLAG_INIT;
Du_cpu_detect.c868 static once_flag cpu_once_flag = ONCE_FLAG_INIT;
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c71 static once_flag ac_init_llvm_target_once_flag = ONCE_FLAG_INIT; in ac_init_shared_llvm_once()
76 static once_flag ac_init_static_llvm_target_once_flag = ONCE_FLAG_INIT;
/third_party/mesa3d/src/mapi/
Dtable.c62 static once_flag flag = ONCE_FLAG_INIT; in noop_warn()
Dstub.c57 static once_flag flag = ONCE_FLAG_INIT; in stub_init_once()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcall_once.c31 static once_flag flag = ONCE_FLAG_INIT;
/third_party/vulkan-loader/fuchsia/
Ddlopen_fuchsia.c48 static once_flag svc_connect_once_flag = ONCE_FLAG_INIT;
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h41 #define ONCE_FLAG_INIT 0 macro
/third_party/musl/include/
Dthreads.h41 #define ONCE_FLAG_INIT 0 macro
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_callonce_test.cpp28 int onceCall = ONCE_FLAG_INIT;
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h41 #define ONCE_FLAG_INIT 0 macro
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.c64 static once_flag once = ONCE_FLAG_INIT; in vn_env_init()
/third_party/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c231 static once_flag flag = ONCE_FLAG_INIT; in init_glapi_relocs_once()
/third_party/mesa3d/src/intel/dev/
Dintel_debug.c134 static once_flag process_intel_debug_variable_flag = ONCE_FLAG_INIT; in brw_process_intel_debug_variable()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom.c64 static once_flag flag = ONCE_FLAG_INIT; in st_init_atoms()
/third_party/musl/porting/linux/user/src/sigchain/
Dsigchain.c66 static once_flag g_flag = ONCE_FLAG_INIT;
/third_party/musl/src/sigchain/linux/
Dsigchain.c66 static once_flag g_flag = ONCE_FLAG_INIT;
/third_party/mesa3d/src/mesa/main/
Dformats.c452 static once_flag format_array_format_table_exists = ONCE_FLAG_INIT;
512 static const once_flag once_flag_init = ONCE_FLAG_INIT; in _mesa_format_from_array_format()
Dcontext.c248 static once_flag init_once = ONCE_FLAG_INIT;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp113 static once_flag init_native_targets_once_flag = ONCE_FLAG_INIT;
/third_party/mesa3d/src/intel/ds/
Dintel_driver_ds.cc501 static once_flag intel_driver_ds_once_flag = ONCE_FLAG_INIT;
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c60 static once_flag device_select_is_init = ONCE_FLAG_INIT;
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c173 static once_flag create_once_flag = ONCE_FLAG_INIT; in get_st_manager()

12