Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Donce.h36 #define ISC_ONCE_INIT { PTHREAD_ONCE_INIT }
41 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp145 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in fdrCommonHeaderInfo()
210 static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT; in fdrIterator()
424 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT; in getTimestamp()
569 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent()
599 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent()
682 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()
H A Dxray_profile_collector.cpp384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer()
H A Dxray_profiling.cpp426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit()
/freebsd/lib/libc/stdlib/
H A Dexit.c53 static pthread_once_t exit_mutex_once = PTHREAD_ONCE_INIT;
H A Drand.c63 static pthread_once_t rand3_state_once = PTHREAD_ONCE_INIT;
/freebsd/lib/libc/include/
H A Dnss_tls.h54 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
H A Dreentrant.h95 #define ONCE_INITIALIZER 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/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/lib/libc/gen/
H A Ddlfcn.c167 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/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/libsys/
H A Dauxv.c47 static pthread_once_t aux_vector_once = PTHREAD_ONCE_INIT;
/freebsd/include/
H A Dpthread.h98 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, NULL } macro
/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
/freebsd/contrib/xz/src/common/
H A Dmythread.h154 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c62 static pthread_once_t device_list_once = PTHREAD_ONCE_INIT;
/freebsd/usr.sbin/bhyve/
H A Dmevent.c63 static pthread_once_t mevent_once = PTHREAD_ONCE_INIT;
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4450 [if extra braces are needed for PTHREAD_ONCE_INIT],
459 PTHREAD_ONCE_INIT;
475 [Enclose PTHREAD_ONCE_INIT in extra braces?])

12