Home
last modified time | relevance | path

Searched refs:INIT_ONCE (Results 1 – 22 of 22) sorted by relevance

/external/grpc-grpc/include/grpc/impl/codegen/
Dsync_windows.h33 typedef INIT_ONCE gpr_once;
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dsync_windows.h35 typedef INIT_ONCE gpr_once;
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dsync_windows.h35 typedef INIT_ONCE gpr_once;
/external/libcxx/src/support/win32/
Dthread_win32.cpp29 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");
30 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
/external/llvm-project/libcxx/src/support/win32/
Dthread_win32.cpp28 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");
29 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
/external/libaom/libaom/aom_ports/
Daom_once.h48 static INIT_ONCE aom_init_once = INIT_ONCE_STATIC_INIT;
/external/cpuinfo/src/
Dinit.c17 static INIT_ONCE init_guard = INIT_ONCE_STATIC_INIT;
/external/vulkan-validation-layers/layers/
Dvk_loader_platform.h319 #define LOADER_PLATFORM_THREAD_ONCE_DECLARATION(var) INIT_ONCE var = INIT_ONCE_STATIC_INIT;
320 #define LOADER_PLATFORM_THREAD_ONCE_DEFINITION(var) INIT_ONCE var;
/external/angle/third_party/zlib/
Dcpu_features.c74 static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT;
/external/zlib/
Dcpu_features.c74 static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT;
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dthread_win.c37 static BOOL CALLBACK call_once_init(INIT_ONCE *once, void *arg, void **out) { in call_once_init()
Dinternal.h452 typedef INIT_ONCE CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/crypto/
Dthread_win.c37 static BOOL CALLBACK call_once_init(INIT_ONCE *once, void *arg, void **out) { in call_once_init()
Dinternal.h452 typedef INIT_ONCE CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA()
/external/crosvm/rutabaga_gfx/src/
Dvirgl_renderer.rs182 static INIT_ONCE: AtomicBool = AtomicBool::new(false); in init() constant
183 if INIT_ONCE in init()
/external/llvm-project/compiler-rt/lib/builtins/
Demutls.c208 static INIT_ONCE once; in emutls_init_once()
/external/virglrenderer/src/gallium/include/c11/
Dthreads_win32.h111 typedef INIT_ONCE once_flag;
/external/mesa3d/include/c11/
Dthreads_win32.h115 typedef INIT_ONCE once_flag;
/external/OpenCL-CTS/test_common/harness/
DThreadPool.cpp97 #define _INIT_ONCE INIT_ONCE
/external/zlib/patches/
D0001-simd.patch1150 +static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT;
/external/angle/third_party/zlib/patches/
D0001-simd.patch1150 +static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT;
/external/XNNPACK/src/
Dinit.c62 static INIT_ONCE init_guard = INIT_ONCE_STATIC_INIT;