Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
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()
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()
Dxray_profiling.cpp426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit()
Dxray_profile_collector.cpp384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer()
/openbsd/src/lib/libc/thread/
Drthread_once.c22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
/openbsd/src/distrib/special/libstubs/
Dpthread_once.c22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
/openbsd/src/lib/libssl/
Dssl_init.c46 static pthread_once_t once = PTHREAD_ONCE_INIT; in OPENSSL_init_ssl()
/openbsd/src/gnu/llvm/clang/docs/analyzer/checkers/
Dunix_api_example.c12 pthread_once_t pred = {0x30B1BCBA, {0}}; in test()
/openbsd/src/include/
Dpthread.h119 typedef struct pthread_once pthread_once_t; typedef
236 int pthread_once(pthread_once_t *, void (*) (void));
/openbsd/src/regress/lib/libpthread/pthread_once/
Dpthread_once.c12 pthread_once_t once_control = PTHREAD_ONCE_INIT;
/openbsd/src/lib/libcrypto/err/
Derr_all.c148 static pthread_once_t loaded = PTHREAD_ONCE_INIT; in ERR_load_crypto_strings()
/openbsd/src/lib/libcrypto/conf/
Dconf_sap.c77 static pthread_once_t openssl_configured = PTHREAD_ONCE_INIT;
/openbsd/src/lib/libcrypto/
Dcrypto_init.c36 static pthread_once_t crypto_init_once = PTHREAD_ONCE_INIT;
/openbsd/src/gnu/gcc/gcc/
Dgthr-posix95.h46 typedef pthread_once_t __gthread_once_t;
134 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
Dgthr-posix.c37 pthread_once (pthread_once_t *once ATTRIBUTE_UNUSED, in pthread_once()
Dgthr-posix.h47 typedef pthread_once_t __gthread_once_t;
171 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
Dgthr-tpf.h52 typedef pthread_once_t __gthread_once_t;
Dgthr-dce.h48 typedef pthread_once_t __gthread_once_t;
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common_mac.cpp58 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgthr-dce.h53 typedef pthread_once_t __gthread_once_t;
Dgthr-posix.h41 typedef pthread_once_t __gthread_once_t;
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dos_version_check.c312 static pthread_once_t once = PTHREAD_ONCE_INIT; in __isOSVersionAtLeast()
Demutls.c124 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_init_once()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_wrappers.cpp186 int(pthread_once_t *, void (*)(void)))
/openbsd/src/lib/libtls/
Dtls.c61 static pthread_once_t once = PTHREAD_ONCE_INIT; in tls_init()

12