Searched refs:INIT_ONCE (Results 1 – 22 of 22) sorted by relevance
33 typedef INIT_ONCE gpr_once;
35 typedef INIT_ONCE gpr_once;
29 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");30 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
28 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");29 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
48 static INIT_ONCE aom_init_once = INIT_ONCE_STATIC_INIT;
17 static INIT_ONCE init_guard = INIT_ONCE_STATIC_INIT;
319 #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;
74 static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT;
37 static BOOL CALLBACK call_once_init(INIT_ONCE *once, void *arg, void **out) { in call_once_init()
452 typedef INIT_ONCE CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA()
182 static INIT_ONCE: AtomicBool = AtomicBool::new(false); in init() constant183 if INIT_ONCE in init()
208 static INIT_ONCE once; in emutls_init_once()
111 typedef INIT_ONCE once_flag;
115 typedef INIT_ONCE once_flag;
97 #define _INIT_ONCE INIT_ONCE
1150 +static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT;
62 static INIT_ONCE init_guard = INIT_ONCE_STATIC_INIT;