| /src/lib/libc/resolv/ |
| H A D | mtctxres.c | 70 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 D | threads.c | 121 # 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 D | jitprofiling.c | 169 (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 D | tsan_platform_mac.cpp | 96 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 D | tsd_exclusive.h | 72 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 D | tsd.h | 37 #define tsd_get(k) pthread_getspecific(k)
|
| /src/lib/libstdthreads/ |
| H A D | tss.c | 54 return (pthread_getspecific(key)); in tss_get()
|
| /src/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
| H A D | thread.h | 54 #define isc_thread_key_getspecific pthread_getspecific
|
| /src/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_posix.cpp | 38 return pthread_getspecific(tsd_key); in TSDGet()
|
| /src/lib/libc/locale/ |
| H A D | xlocale.c | 122 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 D | rtsan_context.cpp | 37 static_cast<__rtsan::Context *>(pthread_getspecific(context_key)); in GetContextForThisThreadImpl()
|
| /src/contrib/libcxxrt/ |
| H A D | exception.cc | 41 #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 D | unix-symbols.txt | 97 pthread_getspecific
|
| /src/contrib/unbound/testcode/ |
| H A D | checklocks.c | 301 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 D | asan_posix.cpp | 126 return pthread_getspecific(tsd_key); in AsanTSDGet()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tsd_generic.h | 72 wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get()
|
| /src/contrib/llvm-project/libcxx/include/__thread/support/ |
| H A D | pthread.h | 213 …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 D | heim_threads.h | 108 #define HEIMDAL_getspecific(k) pthread_getspecific(k)
|
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cpp | 77 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key); in get_tls_val()
|
| /src/lib/libthr/thread/ |
| H A D | thr_spec.c | 51 __weak_reference(_thr_getspecific, pthread_getspecific);
|
| /src/lib/libthr/ |
| H A D | pthread.map | 60 pthread_getspecific;
|
| /src/lib/libc/include/ |
| H A D | un-namespace.h | 123 #undef pthread_getspecific
|
| H A D | namespace.h | 142 #define pthread_getspecific _pthread_getspecific macro
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
|
| /src/include/ |
| H A D | pthread.h | 219 void *pthread_getspecific(pthread_key_t);
|