Home
last modified time | relevance | path

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

12

/freebsd/lib/libstdthreads/
H A Dcall_once.c38 (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.c37 _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 Ddlfcn.c168 static pthread_once_t dl_phdr_info_once = PTHREAD_ONCE_INIT;
H A Dsem_new.c79 static pthread_once_t once = PTHREAD_ONCE_INIT;
/freebsd/lib/libthr/thread/
H A Dthr_once.c53 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 Dxray_fdr_logging.cpp140 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 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()
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Donce.h30 typedef pthread_once_t isc_once_t;
/freebsd/sys/sys/
H A D_pthreadtypes.h74 typedef struct pthread_once pthread_once_t; typedef
/freebsd/lib/libc/include/
H A Dnss_tls.h54 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
H A Dreentrant.h90 #define once_t pthread_once_t
H A Dlibc_private.h285 int _once(pthread_once_t *, void (*)(void));
/freebsd/lib/libc/stdlib/
H A Drand.c63 static pthread_once_t rand3_state_once = PTHREAD_ONCE_INIT;
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp24 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
/freebsd/lib/librt/
H A Dsigev_thread.c56 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 Dt_once.c46 static pthread_once_t once = PTHREAD_ONCE_INIT;
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h137 typedef pthread_once_t __libcpp_exec_once_flag;
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp60 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
/freebsd/lib/libc/locale/
H A Dxlocale.c135 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp186 int(pthread_once_t *, void (*)(void)))
/freebsd/include/
H A Dpthread.h249 int pthread_once(pthread_once_t *, void (*) (void));
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c316 static pthread_once_t once = PTHREAD_ONCE_INIT; in __isOSVersionAtLeast()
H A Demutls.c124 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_init_once()
/freebsd/lib/nss_tacplus/
H A Dnss_tacplus.c63 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; in tacplus_get_handle()
/freebsd/lib/libc/net/
H A Dnss_compat.c59 static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT

12