HomeSort by relevance Sort by last modified time
    Searched refs:ONCE_FLAG_INIT (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mapi/
stub.c 57 static once_flag flag = ONCE_FLAG_INIT;
  /external/mesa3d/include/c11/
threads_win32.h 81 #define ONCE_FLAG_INIT INIT_ONCE_STATIC_INIT
83 #define ONCE_FLAG_INIT {0}
threads_posix.h 54 #define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
  /external/mesa3d/src/gallium/auxiliary/util/
u_queue.c 41 static once_flag atexit_once_flag = ONCE_FLAG_INIT;
  /external/mesa3d/src/mapi/glapi/
glapi_entrypoint.c 342 static once_flag flag = ONCE_FLAG_INIT;
  /external/mesa3d/src/amd/common/
ac_llvm_util.c 53 static once_flag ac_init_llvm_target_once_flag = ONCE_FLAG_INIT;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 122 static once_flag init_native_targets_once_flag = ONCE_FLAG_INIT;
  /external/mesa3d/src/mesa/main/
formats.c 420 static once_flag format_array_format_table_exists = ONCE_FLAG_INIT;
479 static const once_flag once_flag_init = ONCE_FLAG_INIT; local
480 format_array_format_table_exists = once_flag_init;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 148 static once_flag init_amdgpu_target_once_flag = ONCE_FLAG_INIT;
    [all...]

Completed in 406 milliseconds