Home
last modified time | relevance | path

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

12

/freebsd-14.2/lib/libc/resolv/
H A Dmtctxres.c70 if (pthread_getspecific(key) != 0) { in __res_init_ctx()
127 if (((mt = pthread_getspecific(key)) != NULL) || in ___mtctxres()
129 (mt = pthread_getspecific(key)) != NULL)) { in ___mtctxres()
/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp96 ThreadState *thr = (ThreadState *)pthread_getspecific(thread_state_key); in cur_thread()
111 ThreadState *thr = (ThreadState *)pthread_getspecific(thread_state_key); in cur_thread_finalize()
259 longjmp_xor_key = (uptr)pthread_getspecific(kTLSLongjmpXorKeySlot); in InitializePlatform()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h47 if (reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey))) { in unmapTestOnly()
48 DCHECK_EQ(reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey)), in unmapTestOnly()
/freebsd-14.2/lib/libstdthreads/
H A Dtss.c54 return (pthread_getspecific(key)); in tss_get()
/freebsd-14.2/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h54 #define isc_thread_key_getspecific pthread_getspecific
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp38 return pthread_getspecific(tsd_key); in TSDGet()
/freebsd-14.2/lib/libc/locale/
H A Dxlocale.c122 if (pthread_getspecific(locale_info_key) == (void*)42) { in init_key()
144 pthread_getspecific(locale_info_key)); in get_thread_locale()
/freebsd-14.2/contrib/libcxxrt/
H A Dexception.cc41 #pragma weak pthread_getspecific macro
461 (0 == pthread_getspecific)) in init_key()
468 fakeTLS = (pthread_getspecific(eh_key) != reinterpret_cast<void *>(0x42)); in init_key()
482 __cxa_thread_info *info = static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info()
497 return static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info_fast()
/freebsd-14.2/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key)); in uu_error()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp126 return pthread_getspecific(tsd_key); in AsanTSDGet()
/freebsd-14.2/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-14.2/crypto/openssl/crypto/
H A Dthreads_pthread.c170 return pthread_getspecific(*key); in CRYPTO_THREAD_get_local()
/freebsd-14.2/crypto/heimdal/include/
H A Dheim_threads.h108 #define HEIMDAL_getspecific(k) pthread_getspecific(k)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp77 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key); in get_tls_val()
/freebsd-14.2/lib/libthr/thread/
H A Dthr_spec.c51 __weak_reference(_thr_getspecific, pthread_getspecific);
/freebsd-14.2/lib/libthr/
H A Dpthread.map60 pthread_getspecific;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h123 #undef pthread_getspecific
H A Dnamespace.h142 #define pthread_getspecific _pthread_getspecific macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
/freebsd-14.2/include/
H A Dpthread.h219 void *pthread_getspecific(pthread_key_t);
/freebsd-14.2/lib/nss_tacplus/
H A Dnss_tacplus.c71 if ((h = pthread_getspecific(tacplus_key)) == NULL) { in tacplus_get_handle()
/freebsd-14.2/contrib/unbound/util/
H A Dlocks.h179 #define ub_thread_key_get(key) pthread_getspecific(key)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c97 return (emutls_address_array *)pthread_getspecific(emutls_pthread_key); in emutls_getspecific()
/freebsd-14.2/lib/libc/gen/
H A DSymbol.map35 pthread_getspecific;

12