Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libstdthreads/
H A Dtss.c42 if (pthread_key_create(key, dtor) != 0) in tss_create()
/freebsd-13.1/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h53 #define isc_thread_key_create pthread_key_create
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in TSDInit()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp50 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0); in initOnce()
H A Dscudo_tsd_shared.cpp34 CHECK_EQ(pthread_key_create(&PThreadKey, NULL), 0); in initOnce()
/freebsd-13.1/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-13.1/lib/libc/resolv/
H A Dmtctxres.c42 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
/freebsd-13.1/contrib/apr/threadproc/unix/
H A Dthreadpriv.c36 return pthread_key_create(&(*key)->key, dest); in apr_threadkey_private_create()
/freebsd-13.1/crypto/openssl/crypto/
H A Dthreads_pthread.c126 if (pthread_key_create(key, cleanup) != 0) in CRYPTO_THREAD_init_local()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp120 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreadLocal.inc32 int errorcode = pthread_key_create(key, nullptr);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp54 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0); in make_tls_key()
H A Dlsan_interceptors.cpp42 int pthread_key_create(unsigned *key, void (*destructor)(void* v));
537 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) { in InitializeInterceptors()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp117 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in DFsanTSDInit()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h31 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()
/freebsd-13.1/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c88 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
/freebsd-13.1/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-13.1/lib/libthr/thread/
H A Dthr_spec.c50 __weak_reference(_thr_key_create, pthread_key_create);
/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc38 #pragma weak pthread_key_create macro
391 if ((0 == pthread_key_create) || in init_key()
398 pthread_key_create(&eh_key, thread_cleanup); in init_key()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp279 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler); in __safestack_init()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()
/freebsd-13.1/lib/libthr/
H A Dpthread.map63 pthread_key_create;
/freebsd-13.1/lib/libc/locale/
H A Dxlocale.c122 error = pthread_key_create(&locale_info_key, xlocale_release); in init_key()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp227 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in MsanTSDInit()

12