Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_once.c8 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()
/third_party/ulib/jemalloc/src/
A Dmutex.c55 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in pthread_create()
/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c122 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
A Dinternal.h377 typedef pthread_once_t CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA()
/third_party/ulib/musl/include/
A Dpthread.h93 int pthread_once(pthread_once_t*, void (*)(void));
/third_party/ulib/musl/include/bits/
A Dalltypes.h381 typedef __C11_ATOMIC(int) pthread_once_t; typedef

Completed in 9 milliseconds