/freebsd/lib/libstdthreads/ |
H A D | tss.c | 38 if (pthread_key_create(key, dtor) != 0) in tss_create()
|
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
H A D | thread.h | 53 #define isc_thread_key_create pthread_key_create
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_posix.cpp | 33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in TSDInit()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tsd_tls.h | 15 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
|
H A D | tsd_generic.h | 94 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot0()
|
/freebsd/lib/libc/resolv/ |
H A D | mtctxres.c | 39 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_context.cpp | 32 CHECK_EQ(pthread_key_create(&context_key, InternalFreeWrapper), 0); in GetContextForThisThreadImpl()
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | uu_misc.c | 89 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 105 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in DFsanTSDInit()
|
/freebsd/crypto/openssl/crypto/ |
H A D | threads_pthread.c | 162 if (pthread_key_create(key, cleanup) != 0) in CRYPTO_THREAD_init_local()
|
/freebsd/crypto/heimdal/include/ |
H A D | heim_threads.h | 106 #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 D | pthread.h | 210 return pthread_key_create(__key, __at_exit); in __libcpp_tls_create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 43 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 D | lsan_common_mac.cpp | 71 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 D | tsd_exclusive.h | 58 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_spec.c | 47 __weak_reference(_thr_key_create, pthread_key_create);
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 62 pthread_key_create;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.c | 408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()
|
/freebsd/contrib/libcxxrt/ |
H A D | exception.cc | 39 #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 D | xlocale.c | 119 error = pthread_key_create(&locale_info_key, xlocale_release); in init_key()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack.cpp | 315 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler); in __safestack_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 183 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_key_create,
|
/freebsd/include/ |
H A D | pthread.h | 222 int pthread_key_create(pthread_key_t *, void (*) (void *));
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 145 #define pthread_key_create _pthread_key_create macro
|
H A D | un-namespace.h | 126 #undef pthread_key_create
|