/openbsd/gnu/gcc/fixincludes/tests/base/ |
H A D | pthread.h | 168 #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 D | xray_fdr_logging.cpp | 144 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 D | xray_basic_logging.cpp | 92 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 D | xray_profile_collector.cpp | 384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer()
|
H A D | xray_profiling.cpp | 426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit()
|
/openbsd/lib/libssl/ |
H A D | ssl_init.c | 46 static pthread_once_t once = PTHREAD_ONCE_INIT; in OPENSSL_init_ssl()
|
/openbsd/regress/lib/libpthread/pthread_once/ |
H A D | pthread_once.c | 12 pthread_once_t once_control = PTHREAD_ONCE_INIT;
|
/openbsd/lib/libcrypto/err/ |
H A D | err_all.c | 148 static pthread_once_t loaded = PTHREAD_ONCE_INIT; in ERR_load_crypto_strings()
|
H A D | err.c | 692 static pthread_once_t once = PTHREAD_ONCE_INIT; in ERR_load_ERR_strings()
|
/openbsd/lib/libcrypto/conf/ |
H A D | conf_sap.c | 77 static pthread_once_t openssl_configured = PTHREAD_ONCE_INIT;
|
/openbsd/lib/libcrypto/ |
H A D | crypto_init.c | 36 static pthread_once_t crypto_init_once = PTHREAD_ONCE_INIT;
|
/openbsd/gnu/gcc/gcc/ |
H A D | gthr-posix95.h | 56 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT 134 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
|
H A D | gthr-posix.h | 52 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT 171 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
|
H A D | gthr-tpf.h | 63 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_common_mac.cpp | 58 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
|
/openbsd/include/ |
H A D | pthread.h | 152 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, PTHREAD_MUTEX_INITIALIZER } macro
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gthr-posix.h | 45 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 312 static pthread_once_t once = PTHREAD_ONCE_INIT; in __isOSVersionAtLeast()
|
H A D | emutls.c | 124 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_init_once()
|
/openbsd/lib/libtls/ |
H A D | tls.c | 61 static pthread_once_t once = PTHREAD_ONCE_INIT; in tls_init()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | __threading_support | 77 #define _LIBCPP_EXEC_ONCE_INITIALIZER PTHREAD_ONCE_INIT
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | inclhack.def | 3173 * 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 D | combined.h | 1046 pthread_once_t PostInitNonce = PTHREAD_ONCE_INIT;
|