Home
last modified time | relevance | path

Searched refs:pthread_key_create (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-14.2/lib/libstdthreads/
H A Dtss.c38 if (pthread_key_create(key, dtor) != 0) in tss_create()
/freebsd-14.2/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h53 #define isc_thread_key_create pthread_key_create
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in TSDInit()
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h15 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
H A Dtsd_generic.h94 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot0()
/freebsd-14.2/lib/libc/resolv/
H A Dmtctxres.c39 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
/freebsd-14.2/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c88 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp105 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in DFsanTSDInit()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp121 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
/freebsd-14.2/crypto/openssl/crypto/
H A Dthreads_pthread.c162 if (pthread_key_create(key, cleanup) != 0) in CRYPTO_THREAD_init_local()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h33 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()
/freebsd-14.2/crypto/heimdal/include/
H A Dheim_threads.h106 #define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp43 int pthread_key_create(unsigned *key, void (*destructor)(void* v));
580 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) { in InitializeInterceptors()
H A Dlsan_common_mac.cpp71 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0); in make_tls_key()
/freebsd-14.2/lib/libthr/thread/
H A Dthr_spec.c47 __weak_reference(_thr_key_create, pthread_key_create);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()
/freebsd-14.2/lib/libthr/
H A Dpthread.map62 pthread_key_create;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp279 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler); in __safestack_init()
/freebsd-14.2/contrib/libcxxrt/
H A Dexception.cc39 #pragma weak pthread_key_create macro
459 if ((0 == pthread_key_create) || in init_key()
466 pthread_key_create(&eh_key, thread_cleanup); in init_key()
/freebsd-14.2/lib/libc/locale/
H A Dxlocale.c119 error = pthread_key_create(&locale_info_key, xlocale_release); in init_key()
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h126 #undef pthread_key_create
H A Dnamespace.h145 #define pthread_key_create _pthread_key_create macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp72 res = pthread_key_create(&thread_state_key, ThreadStateDestructor); in InitializeThreadStateStorage()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp183 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_key_create,
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp270 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in MsanTSDInit()

12