Searched refs:pthread_once_t (Results 1 – 6 of 6) sorted by relevance
8 static_assert(sizeof(pthread_once_t) == sizeof(once_flag), "");9 static_assert(alignof(pthread_once_t) == alignof(once_flag), "");11 int pthread_once(pthread_once_t* control, void (*init)(void)) { in pthread_once()
55 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in pthread_create()
122 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
377 typedef pthread_once_t CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA()
93 int pthread_once(pthread_once_t*, void (*)(void));
381 typedef __C11_ATOMIC(int) pthread_once_t; typedef
Completed in 9 milliseconds