Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-13.1/lib/libc/resolv/
H A Dmtctxres.c73 if (pthread_getspecific(key) != 0) { in __res_init_ctx()
130 if (((mt = pthread_getspecific(key)) != NULL) || in ___mtctxres()
132 (mt = pthread_getspecific(key)) != NULL)) { in ___mtctxres()
/freebsd-13.1/contrib/apr/threadproc/unix/
H A Dthreadpriv.c44 if (pthread_getspecific(key->key,new)) in apr_threadkey_private_get()
47 (*new) = pthread_getspecific(key->key); in apr_threadkey_private_get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h45 if (reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey))) { in unmapTestOnly()
46 DCHECK_EQ(reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey)), in unmapTestOnly()
/freebsd-13.1/lib/libstdthreads/
H A Dtss.c58 return (pthread_getspecific(key)); in tss_get()
/freebsd-13.1/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h54 #define isc_thread_key_getspecific pthread_getspecific
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp38 return pthread_getspecific(tsd_key); in TSDGet()
/freebsd-13.1/lib/libc/locale/
H A Dxlocale.c125 if (pthread_getspecific(locale_info_key) == (void*)42) { in init_key()
147 pthread_getspecific(locale_info_key)); in get_thread_locale()
/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc40 #pragma weak pthread_getspecific macro
393 (0 == pthread_getspecific)) in init_key()
400 fakeTLS = (pthread_getspecific(eh_key) != reinterpret_cast<void *>(0x42)); in init_key()
414 __cxa_thread_info *info = static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info()
429 return static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info_fast()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.inc32 return reinterpret_cast<ScudoTSD *>(pthread_getspecific(PThreadKey));
/freebsd-13.1/crypto/openssl/crypto/
H A Dthreads_pthread.c134 return pthread_getspecific(*key); in CRYPTO_THREAD_get_local()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp125 return pthread_getspecific(tsd_key); in AsanTSDGet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreadLocal.inc53 return pthread_getspecific(*key);
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp60 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key); in get_tls_val()
/freebsd-13.1/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key)); in uu_error()
/freebsd-13.1/crypto/heimdal/include/
H A Dheim_threads.h108 #define HEIMDAL_getspecific(k) pthread_getspecific(k)
/freebsd-13.1/lib/libthr/thread/
H A Dthr_spec.c54 __weak_reference(_thr_getspecific, pthread_getspecific);
/freebsd-13.1/lib/libthr/
H A Dpthread.map61 pthread_getspecific;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h144 #define pthread_getspecific _pthread_getspecific macro
H A Dun-namespace.h125 #undef pthread_getspecific
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp181 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
/freebsd-13.1/include/
H A Dpthread.h218 void *pthread_getspecific(pthread_key_t);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp264 longjmp_xor_key = (uptr)pthread_getspecific(kTLSLongjmpXorKeySlot); in InitializePlatform()
/freebsd-13.1/contrib/unbound/util/
H A Dlocks.h178 #define ub_thread_key_get(key) pthread_getspecific(key)

12