Home
last modified time | relevance | path

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

12

/src/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()
/src/crypto/krb5/src/util/support/
H A Dthreads.c121 # pragma weak pthread_getspecific macro
143 if (&pthread_getspecific == 0 in krb5int_pthread_loaded()
251 t = pthread_getspecific(key); in k5_getspecific()
299 t = pthread_getspecific(key); in k5_setspecific()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
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()
/src/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()
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h72 if (reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey))) { in unmapTestOnly()
73 DCHECK_EQ(reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey)), in unmapTestOnly()
/src/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtsd.h37 #define tsd_get(k) pthread_getspecific(k)
/src/lib/libstdthreads/
H A Dtss.c54 return (pthread_getspecific(key)); in tss_get()
/src/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h54 #define isc_thread_key_getspecific pthread_getspecific
/src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp38 return pthread_getspecific(tsd_key); in TSDGet()
/src/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()
/src/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp37 static_cast<__rtsan::Context *>(pthread_getspecific(context_key)); in GetContextForThisThreadImpl()
/src/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()
/src/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt97 pthread_getspecific
/src/contrib/unbound/testcode/
H A Dchecklocks.c301 struct thr_check *thr = (struct thr_check*)pthread_getspecific( in checklock_init()
312 thr = (struct thr_check*)pthread_getspecific(thr_debug_key); in checklock_init()
471 struct thr_check *thr = (struct thr_check*)pthread_getspecific( in checklock_lockit()
625 thr = (struct thr_check*)pthread_getspecific(thr_debug_key); in checklock_unlock()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp126 return pthread_getspecific(tsd_key); in AsanTSDGet()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h72 wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get()
/src/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h213 …HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspecific(__key); } in __libcpp_tls_get()
/src/crypto/heimdal/include/
H A Dheim_threads.h108 #define HEIMDAL_getspecific(k) pthread_getspecific(k)
/src/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()
/src/lib/libthr/thread/
H A Dthr_spec.c51 __weak_reference(_thr_getspecific, pthread_getspecific);
/src/lib/libthr/
H A Dpthread.map60 pthread_getspecific;
/src/lib/libc/include/
H A Dun-namespace.h123 #undef pthread_getspecific
H A Dnamespace.h142 #define pthread_getspecific _pthread_getspecific macro
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
/src/include/
H A Dpthread.h219 void *pthread_getspecific(pthread_key_t);

12