Home
last modified time | relevance | path

Searched refs:PTHREAD_ONCE_INIT (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/gcc/fixincludes/tests/base/
H A Dpthread.h168 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}} macro
170 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}} macro
178 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}} macro
180 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}} macro
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp144 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in fdrCommonHeaderInfo()
208 static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT; in fdrIterator()
422 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT; in getTimestamp()
567 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent()
597 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent()
679 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in fdrLoggingInit()
H A Dxray_basic_logging.cpp92 static pthread_once_t DetectOnce = PTHREAD_ONCE_INIT; in getLog()
118 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in getGlobalLog()
383 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in basicLoggingInit()
503 static pthread_once_t DynamicOnce = PTHREAD_ONCE_INIT; in basicLogDynamicInitializer()
H A Dxray_profile_collector.cpp384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer()
H A Dxray_profiling.cpp426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit()
/openbsd/lib/libssl/
H A Dssl_init.c46 static pthread_once_t once = PTHREAD_ONCE_INIT; in OPENSSL_init_ssl()
/openbsd/regress/lib/libpthread/pthread_once/
H A Dpthread_once.c12 pthread_once_t once_control = PTHREAD_ONCE_INIT;
/openbsd/lib/libcrypto/err/
H A Derr_all.c148 static pthread_once_t loaded = PTHREAD_ONCE_INIT; in ERR_load_crypto_strings()
H A Derr.c692 static pthread_once_t once = PTHREAD_ONCE_INIT; in ERR_load_ERR_strings()
/openbsd/lib/libcrypto/conf/
H A Dconf_sap.c77 static pthread_once_t openssl_configured = PTHREAD_ONCE_INIT;
/openbsd/lib/libcrypto/
H A Dcrypto_init.c36 static pthread_once_t crypto_init_once = PTHREAD_ONCE_INIT;
/openbsd/gnu/gcc/gcc/
H A Dgthr-posix95.h56 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
134 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
H A Dgthr-posix.h52 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
171 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
H A Dgthr-tpf.h63 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp58 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
/openbsd/include/
H A Dpthread.h152 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, PTHREAD_MUTEX_INITIALIZER } macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h45 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c312 static pthread_once_t once = PTHREAD_ONCE_INIT; in __isOSVersionAtLeast()
H A Demutls.c124 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_init_once()
/openbsd/lib/libtls/
H A Dtls.c61 static pthread_once_t once = PTHREAD_ONCE_INIT; in tls_init()
/openbsd/gnu/llvm/libcxx/include/
H A D__threading_support77 #define _LIBCPP_EXEC_ONCE_INITIALIZER PTHREAD_ONCE_INIT
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def3173 * Sun Solaris defines PTHREAD_ONCE_INIT as an array containing a
3184 c_fix_arg = "(^#define[ \t]+PTHREAD_ONCE_INIT[ \t]+\\{)([^}]+)(\\})[ \t]*$";
3187 "#define PTHREAD_ONCE_INIT\t{0, 0, 0, PTHREAD_ONCE_NOTDONE}";
3192 * Sun Solaris defines PTHREAD_ONCE_INIT with a "0" for some
3216 c_fix_arg = "(^#define[ \t]+PTHREAD_ONCE_INIT[ \t]+\\{\\{)"
3220 "#define PTHREAD_ONCE_INIT\t{{0, 0, 0, PTHREAD_ONCE_NOTDONE}}\n";
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1046 pthread_once_t PostInitNonce = PTHREAD_ONCE_INIT;