Searched refs:pthread_once (Results 1 - 25 of 34) sorted by path

12

/openbsd-current/distrib/special/libstubs/
H A Dpthread_once.c1 /* $OpenBSD: pthread_once.c,v 1.3 2018/03/19 03:48:17 guenther Exp $ */
22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) function
H A DMakefile6 ethers.c pthread_mutex.c pthread_once.c \
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-dce.h68 __gthrw(pthread_once)
436 return __gthrw_(pthread_once) (once, func);
H A Dgthr-posix.c37 pthread_once (pthread_once_t *once ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h82 __gthrw3(pthread_once)
92 __gthrw(pthread_once)
151 error value. However pthread_once returns 0 without invoking the routine
181 if (__gthrw_(pthread_once))
186 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);
575 return __gthrw_(pthread_once) (once, func);
H A Dgthr-posix95.h68 __gthrw(pthread_once)
114 error value. However pthread_once returns 0 without invoking the routine
144 if (__gthrw_(pthread_once))
149 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);
538 return __gthrw_(pthread_once) (once, func);
H A Dgthr-tpf.h81 __gthrw(pthread_once)
106 return __gthrw_(pthread_once) (once, func);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h64 #pragma weak pthread_once macro
416 return pthread_once (once, func);
H A Dgthr-posix.h49 #pragma weak pthread_once macro
453 return pthread_once (once, func);
/openbsd-current/include/
H A Dpthread.h101 struct pthread_once;
119 typedef struct pthread_once pthread_once_t;
138 struct pthread_once { struct
236 int pthread_once(pthread_once_t *, void (*) (void));
/openbsd-current/lib/libc/hidden/
H A Dpthread.h45 PROTO_STD_DEPRECATED(pthread_once); variable
/openbsd-current/lib/libc/thread/
H A Drthread_once.c22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) function
/openbsd-current/lib/libpthread/man/
H A DMakefile.inc47 pthread_once.3 \
/openbsd-current/regress/lib/libpthread/
H A DMakefile21 pthread_once pthread_rwlock pthread_rwlock2 pthread_specific \
/openbsd-current/regress/lib/libpthread/pthread_once/
H A DMakefile3 PROG= pthread_once
H A Dpthread_once.c1 /* $OpenBSD: pthread_once.c,v 1.1 2017/10/16 01:46:09 guenther Exp $ */
31 pthread_once(&once_control, init_routine);
44 CHECKr(pthread_once(&once_control, init_routine));
/openbsd-current/gnu/llvm/clang/docs/analyzer/checkers/
H A Dunix_api_example.c13 pthread_once(&pred, f);
14 // warn: call to 'pthread_once' uses the local variable
/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/gnu/llvm/compiler-rt/lib/builtins/
H A Demutls.c125 pthread_once(&once, emutls_init);
H A Dos_version_check.c313 pthread_once(&once, readSystemProperties);
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp73 pthread_once(&key_once, make_tls_key);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp185 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_once,
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h55 pthread_once(&PostInitNonce, PostInitCallback);
/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/xray/
H A Dxray_basic_logging.cpp93 pthread_once(&DetectOnce, +[] {
120 pthread_once(&OnceInit, +[] { LW = getLog(); });
384 pthread_once(&OnceInit, +[] {
504 pthread_once(&DynamicOnce, +[] {

Completed in 491 milliseconds

12