Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/netbsd-tests/lib/libpthread/
HDt_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-stable/sys/sys/
HD_pthreadtypes.h50 struct pthread_once;
74 typedef struct pthread_once pthread_once_t;
93 struct pthread_once { struct
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_fdr_logging.cpp143 pthread_once( in fdrCommonHeaderInfo()
206 pthread_once( in fdrIterator()
421 pthread_once( in getTimestamp()
565 pthread_once( in fdrLoggingHandleCustomEvent()
595 pthread_once( in fdrLoggingHandleTypedEvent()
678 pthread_once( in fdrLoggingInit()
HDxray_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()
/freebsd-14-stable/lib/libstdthreads/
HDcall_once.c38 (void)pthread_once((pthread_once_t *)flag, func); in call_once()
/freebsd-14-stable/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
HDonce.h47 ((pthread_once((op), (f)) == 0) ? \
/freebsd-14-stable/lib/libthr/thread/
HDthr_once.c35 __weak_reference(_thr_once, pthread_once);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/rtsan/
HDrtsan_context.cpp35 pthread_once(&key_once, make_thread_local_context_key); in GetContextForThisThreadImpl()
/freebsd-14-stable/usr.sbin/bhyve/
HDmevent.c292 pthread_once(&mevent_once, mevent_init); in mevent_add_state()
496 pthread_once(&mevent_once, mevent_init); in mevent_dispatch()
/freebsd-14-stable/crypto/openssl/crypto/
HDthreads_pthread.c154 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__thread/support/
HDpthread.h141 return pthread_once(__flag, __init_routine); in __libcpp_execute_once()
/freebsd-14-stable/contrib/jemalloc/include/jemalloc/
HDjemalloc_FreeBSD.h156 #define pthread_once _pthread_once macro
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common_mac.cpp75 pthread_once(&key_once, make_tls_key); in get_tls_val()
/freebsd-14-stable/lib/libthr/
HDpthread.map87 pthread_once;
/freebsd-14-stable/contrib/libcxxrt/
HDexception.cc42 #pragma weak pthread_once macro
477 if ((0 == pthread_once) || pthread_once(&once_control, init_key)) in thread_info()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
HDsanitizer_wrappers.cpp185 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_once,
/freebsd-14-stable/lib/libc/include/
HDnamespace.h171 #define pthread_once _pthread_once macro
HDun-namespace.h152 #undef pthread_once
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDos_version_check.c317 pthread_once(&once, readSystemProperties); in __isOSVersionAtLeast()
HDemutls.c125 pthread_once(&once, emutls_init); in emutls_init_once()
/freebsd-14-stable/include/
HDpthread.h249 int pthread_once(pthread_once_t *, void (*) (void));
/freebsd-14-stable/lib/nss_tacplus/
HDnss_tacplus.c69 if ((ret = pthread_once(&keyinit, tacplus_keyinit)) != 0) in tacplus_get_handle()
/freebsd-14-stable/contrib/xz/src/common/
HDmythread.h155 pthread_once(&once_, &func); \
/freebsd-14-stable/contrib/ofed/libibverbs/
HDdevice.c79 pthread_once(&device_list_once, count_devices); in __ibv_get_device_list()
/freebsd-14-stable/lib/libc/gen/
HDSymbol.map49 pthread_once;

12