Home
last modified time | relevance | path

Searched refs:pthread_once (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c69 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY()
70 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY()
89 PTHREAD_REQUIRE(pthread_once(&once, once2_ofunc)); in once2_threadfunc()
142 PTHREAD_REQUIRE(pthread_once(&once, once3_ofunc)); in once3_threadfunc()
183 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY()
/freebsd-14.2/sys/sys/
H A D_pthreadtypes.h50 struct pthread_once;
74 typedef struct pthread_once pthread_once_t;
93 struct pthread_once { struct
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp148 pthread_once( in fdrCommonHeaderInfo()
211 pthread_once( in fdrIterator()
426 pthread_once( in getTimestamp()
570 pthread_once( in fdrLoggingHandleCustomEvent()
600 pthread_once( in fdrLoggingHandleTypedEvent()
683 pthread_once( in fdrLoggingInit()
H A Dxray_basic_logging.cpp93 pthread_once(&DetectOnce, +[] { in getLog()
120 pthread_once(&OnceInit, +[] { LW = getLog(); }); in getGlobalLog()
384 pthread_once(&OnceInit, +[] { in basicLoggingInit()
504 pthread_once(&DynamicOnce, +[] { in basicLogDynamicInitializer()
H A Dxray_profiling.cpp427 pthread_once( in profilingLoggingInit()
H A Dxray_profile_collector.cpp387 pthread_once( in nextBuffer()
/freebsd-14.2/lib/libstdthreads/
H A Dcall_once.c38 (void)pthread_once((pthread_once_t *)flag, func); in call_once()
/freebsd-14.2/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Donce.h47 ((pthread_once((op), (f)) == 0) ? \
/freebsd-14.2/lib/libthr/thread/
H A Dthr_once.c35 __weak_reference(_thr_once, pthread_once);
/freebsd-14.2/usr.sbin/bhyve/
H A Dmevent.c292 pthread_once(&mevent_once, mevent_init); in mevent_add_state()
496 pthread_once(&mevent_once, mevent_init); in mevent_dispatch()
/freebsd-14.2/crypto/openssl/crypto/
H A Dthreads_pthread.c154 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
/freebsd-14.2/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h156 #define pthread_once _pthread_once macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp75 pthread_once(&key_once, make_tls_key); in get_tls_val()
/freebsd-14.2/lib/libthr/
H A Dpthread.map87 pthread_once;
/freebsd-14.2/contrib/libcxxrt/
H A Dexception.cc42 #pragma weak pthread_once macro
477 if ((0 == pthread_once) || pthread_once(&once_control, init_key)) in thread_info()
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h152 #undef pthread_once
H A Dnamespace.h171 #define pthread_once _pthread_once macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c317 pthread_once(&once, readSystemProperties); in __isOSVersionAtLeast()
H A Demutls.c125 pthread_once(&once, emutls_init); in emutls_init_once()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp185 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_once,
/freebsd-14.2/include/
H A Dpthread.h249 int pthread_once(pthread_once_t *, void (*) (void));
/freebsd-14.2/lib/nss_tacplus/
H A Dnss_tacplus.c69 if ((ret = pthread_once(&keyinit, tacplus_keyinit)) != 0) in tacplus_get_handle()
/freebsd-14.2/contrib/ofed/libibverbs/
H A Ddevice.c79 pthread_once(&device_list_once, count_devices); in __ibv_get_device_list()
/freebsd-14.2/contrib/xz/src/common/
H A Dmythread.h137 pthread_once(&once_, &func); \
/freebsd-14.2/lib/libc/gen/
H A DSymbol.map49 pthread_once;

12