/freebsd/lib/libstdthreads/ |
H A D | call_once.c | 38 (void)pthread_once((pthread_once_t *)flag, func); in call_once() 41 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t),
|
/freebsd/lib/libc/gen/ |
H A D | _once_stub.c | 37 _libc_once(pthread_once_t *once_control, void (*init_routine)(void)) in _libc_once() 57 _once(pthread_once_t *once_control, void (*init_routine)(void)) in _once()
|
H A D | dlfcn.c | 168 static pthread_once_t dl_phdr_info_once = PTHREAD_ONCE_INIT;
|
H A D | sem_new.c | 79 static pthread_once_t once = PTHREAD_ONCE_INIT;
|
/freebsd/lib/libthr/thread/ |
H A D | thr_once.c | 53 pthread_once_t *once_control; in once_cancel_handler() 64 _thr_once(pthread_once_t *once_control, void (*init_routine)(void)) in _thr_once()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_logging.cpp | 140 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in fdrCommonHeaderInfo() 205 static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT; in fdrIterator() 419 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT; in getTimestamp() 564 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent() 594 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent() 677 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()
|
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
H A D | once.h | 30 typedef pthread_once_t isc_once_t;
|
/freebsd/sys/sys/ |
H A D | _pthreadtypes.h | 74 typedef struct pthread_once pthread_once_t; typedef
|
/freebsd/lib/libc/include/ |
H A D | nss_tls.h | 54 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
|
H A D | reentrant.h | 90 #define once_t pthread_once_t
|
H A D | libc_private.h | 285 int _once(pthread_once_t *, void (*)(void));
|
/freebsd/lib/libc/stdlib/ |
H A D | rand.c | 63 static pthread_once_t rand3_state_once = PTHREAD_ONCE_INIT;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_context.cpp | 24 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
|
/freebsd/lib/librt/ |
H A D | sigev_thread.c | 56 static pthread_once_t sigev_once = PTHREAD_ONCE_INIT; 57 static pthread_once_t sigev_once_default = PTHREAD_ONCE_INIT;
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_once.c | 46 static pthread_once_t once = PTHREAD_ONCE_INIT;
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | pthread.h | 137 typedef pthread_once_t __libcpp_exec_once_flag;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_mac.cpp | 60 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
|
/freebsd/lib/libc/locale/ |
H A D | xlocale.c | 135 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 186 int(pthread_once_t *, void (*)(void)))
|
/freebsd/include/ |
H A D | pthread.h | 249 int pthread_once(pthread_once_t *, void (*) (void));
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 316 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()
|
/freebsd/lib/nss_tacplus/ |
H A D | nss_tacplus.c | 63 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; in tacplus_get_handle()
|
/freebsd/lib/libc/net/ |
H A D | nss_compat.c | 59 static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT
|