Searched refs:pthread_key_create (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/lib/libstdthreads/
H A Dtss.c42 if (pthread_key_create(key, dtor) != 0)
/freebsd-13-stable/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h53 #define isc_thread_key_create pthread_key_create
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreadLocal.inc32 int errorcode = pthread_key_create(key, nullptr);
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h15 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) {
H A Dtsd_generic.h94 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp50 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0);
H A Dscudo_tsd_shared.cpp34 CHECK_EQ(pthread_key_create(&PThreadKey, NULL), 0);
/freebsd-13-stable/lib/libc/resolv/
H A Dmtctxres.c42 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dthreadpriv.c36 return pthread_key_create(&(*key)->key, dest);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dthreads_pthread.c126 if (pthread_key_create(key, cleanup) != 0)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp120 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h27 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0);
H A Dtsd_shared.h20 CHECK_EQ(pthread_key_create(&PThreadKey, nullptr), 0); // For non-TLS
/freebsd-13-stable/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-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp54 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0);
H A Dlsan_interceptors.cpp42 int pthread_key_create(unsigned *key, void (*destructor)(void* v));
524 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c88 if (pthread_key_create(&uu_error_key, NULL) != 0)
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h147 #define pthread_key_create _pthread_key_create macro
H A Dun-namespace.h128 #undef pthread_key_create macro
/freebsd-13-stable/lib/libc/locale/
H A Dxlocale.c121 pthread_key_create(&locale_info_key, xlocale_release);
/freebsd-13-stable/include/
H A Dpthread.h221 int pthread_key_create(pthread_key_t *, void (*) (void *));
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_spec.c50 __weak_reference(_thr_key_create, pthread_key_create);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp228 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp279 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp182 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_key_create,

Completed in 169 milliseconds

12