Searched refs:pthread_getspecific (Results 1 – 25 of 41) sorted by relevance
12
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()
169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
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()
72 if (reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey))) { in unmapTestOnly()73 DCHECK_EQ(reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey)), in unmapTestOnly()
54 return (pthread_getspecific(key)); in tss_get()
54 #define isc_thread_key_getspecific pthread_getspecific
38 return pthread_getspecific(tsd_key); in TSDGet()
122 if (pthread_getspecific(locale_info_key) == (void*)42) { in init_key()144 pthread_getspecific(locale_info_key)); in get_thread_locale()
37 static_cast<__rtsan::Context *>(pthread_getspecific(context_key)); in GetContextForThisThreadImpl()
41 #pragma weak pthread_getspecific macro461 (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()
114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key)); in uu_error()
63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get()
126 return pthread_getspecific(tsd_key); in AsanTSDGet()
170 return pthread_getspecific(*key); in CRYPTO_THREAD_get_local()
213 …HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspecific(__key); } in __libcpp_tls_get()
108 #define HEIMDAL_getspecific(k) pthread_getspecific(k)
77 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key); in get_tls_val()
51 __weak_reference(_thr_getspecific, pthread_getspecific);
60 pthread_getspecific;
182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
142 #define pthread_getspecific _pthread_getspecific macro
123 #undef pthread_getspecific
219 void *pthread_getspecific(pthread_key_t);
71 if ((h = pthread_getspecific(tacplus_key)) == NULL) { in tacplus_get_handle()
179 #define ub_thread_key_get(key) pthread_getspecific(key)