Searched refs:PTHREAD_ONCE_INIT (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/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-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp19 static pthread_once_t GlobalInitialized = PTHREAD_ONCE_INIT;
H A Dscudo_tsd_shared.cpp19 static pthread_once_t GlobalInitialized = PTHREAD_ONCE_INIT;
/freebsd-11-stable/lib/libc/gen/
H A Dauxv.c45 static pthread_once_t aux_vector_once = PTHREAD_ONCE_INIT;
67 static pthread_once_t aux_once = PTHREAD_ONCE_INIT;
H A Ddlfcn.c164 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-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp144 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
208 static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT;
423 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT;
568 static pthread_once_t Once = PTHREAD_ONCE_INIT;
598 static pthread_once_t Once = PTHREAD_ONCE_INIT;
680 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
H A Dxray_basic_logging.cpp92 static pthread_once_t DetectOnce = PTHREAD_ONCE_INIT;
118 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
383 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
503 static pthread_once_t DynamicOnce = PTHREAD_ONCE_INIT;
H A Dxray_profiling.cpp426 static pthread_once_t Once = PTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/gcc/
H A Dgthr-tpf.h63 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
H A Dgthr-posix.h52 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
174 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
H A Dgthr-posix95.h56 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
140 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/jemalloc/src/
H A Dmutex.c56 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c46 static pthread_once_t once = PTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp43 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
/freebsd-11-stable/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-11-stable/contrib/apr/threadproc/unix/
H A Dthread.c306 static const pthread_once_t once_init = PTHREAD_ONCE_INIT;
/freebsd-11-stable/lib/libc/net/
H A Dnss_compat.c60 static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT
/freebsd-11-stable/include/
H A Dpthread.h95 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, NULL } macro
/freebsd-11-stable/lib/libc/locale/
H A Dxlocale.c132 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h130 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddevice.c62 static pthread_once_t device_list_once = PTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c124 static pthread_once_t once = PTHREAD_ONCE_INIT;

Completed in 262 milliseconds

12