Searched refs:pthread_once (Results 26 - 34 of 34) sorted by relevance

12

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c313 pthread_once(&once, readSystemProperties);
H A Demutls.c125 pthread_once(&once, emutls_init);
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp387 pthread_once(
H A Dxray_profiling.cpp427 pthread_once(
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp124 else if (FName == "pthread_once")
269 // pthread_once
294 os << "Call to 'pthread_once' uses";
304 LazyInitialize(this, BT_pthreadOnce, "Improper use of 'pthread_once'");
/openbsd-current/lib/libcrypto/err/
H A Derr.c672 (void) pthread_once(&once, ERR_load_ERR_strings_internal);
/openbsd-current/lib/libtls/
H A Dtls.c63 if (pthread_once(&once, tls_do_init) != 0)
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp889 // Both __cxa_guard_acquire and pthread_once 0-initialize
890 // the object initially. pthread_once does not have any
1596 TSAN_INTERCEPTOR(int, pthread_once, void *o, void (*f)()) {
1597 SCOPED_INTERCEPTOR_RAW(pthread_once, o, f);
1610 // Mac OS X appears to use pthread_once() where calling BlockingRegion hooks
2972 TSAN_INTERCEPT(pthread_once);
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h55 pthread_once(&PostInitNonce, PostInitCallback);

Completed in 115 milliseconds

12