Home
last modified time | relevance | path

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

12

/freebsd/lib/libstdthreads/
H A Dtss.c38 if (pthread_key_create(key, dtor) != 0) in tss_create()
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h53 #define isc_thread_key_create pthread_key_create
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in TSDInit()
/freebsd/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/lib/libc/resolv/
H A Dmtctxres.c39 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp32 CHECK_EQ(pthread_key_create(&context_key, InternalFreeWrapper), 0); in GetContextForThisThreadImpl()
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c89 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp105 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in DFsanTSDInit()
/freebsd/crypto/openssl/crypto/
H A Dthreads_pthread.c162 if (pthread_key_create(key, cleanup) != 0) in CRYPTO_THREAD_init_local()
/freebsd/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/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h210 return pthread_key_create(__key, __at_exit); in __libcpp_tls_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp43 int pthread_key_create(unsigned *key, void (*destructor)(void* v));
583 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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h58 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()
/freebsd/lib/libthr/thread/
H A Dthr_spec.c47 __weak_reference(_thr_key_create, pthread_key_create);
/freebsd/lib/libthr/
H A Dpthread.map62 pthread_key_create;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()
/freebsd/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/lib/libc/locale/
H A Dxlocale.c119 error = pthread_key_create(&locale_info_key, xlocale_release); in init_key()
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp315 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler); in __safestack_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp183 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_key_create,
/freebsd/include/
H A Dpthread.h222 int pthread_key_create(pthread_key_t *, void (*) (void *));
/freebsd/lib/libc/include/
H A Dnamespace.h145 #define pthread_key_create _pthread_key_create macro
H A Dun-namespace.h126 #undef pthread_key_create

12