| /freebsd-12.1/lib/libc/resolv/ |
| H A D | mtctxres.c | 73 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-12.1/contrib/gcc/ |
| H A D | gthr-posix.h | 83 __gthrw3(pthread_getspecific) 93 __gthrw(pthread_getspecific) 410 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data() 598 return __gthrw_(pthread_getspecific) (key); in __gthread_getspecific()
|
| H A D | gthr-dce.h | 70 __gthrw(pthread_getspecific) in __gthrw() 289 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value))) in __gthread_objc_thread_get_data() 458 if (__gthrw_(pthread_getspecific) (key, &ptr) == 0) in __gthread_getspecific()
|
| H A D | gthr-tpf.h | 84 __gthrw(pthread_getspecific) in __gthrw() 133 return __gthrw_(pthread_getspecific) (key); in __gthread_getspecific()
|
| H A D | gthr-posix95.h | 71 __gthrw(pthread_getspecific) 376 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data() 564 return __gthrw_(pthread_getspecific) (key); in __gthread_getspecific()
|
| H A D | gthr-posix.c | 57 pthread_getspecific (pthread_key_t key ATTRIBUTE_UNUSED) in pthread_getspecific() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.c | 170 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent() 208 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent() 429 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
|
| /freebsd-12.1/lib/libc/locale/ |
| H A D | xlocale.c | 124 if (pthread_getspecific(locale_info_key) == (void*)42) { in init_key() 143 pthread_getspecific(locale_info_key)); in get_thread_locale() 166 locale_t old = pthread_getspecific(locale_info_key); in set_thread_locale()
|
| /freebsd-12.1/contrib/apr/threadproc/unix/ |
| H A D | threadpriv.c | 44 if (pthread_getspecific(key->key,new)) in apr_threadkey_private_get() 47 (*new) = pthread_getspecific(key->key); in apr_threadkey_private_get()
|
| /freebsd-12.1/lib/libstdthreads/ |
| H A D | tss.c | 58 return (pthread_getspecific(key)); in tss_get()
|
| /freebsd-12.1/contrib/ntp/lib/isc/pthreads/include/isc/ |
| H A D | thread.h | 54 #define isc_thread_key_getspecific pthread_getspecific
|
| /freebsd-12.1/contrib/libcxxrt/ |
| H A D | exception.cc | 40 #pragma weak pthread_getspecific macro 381 (0 == pthread_getspecific)) in init_key() 388 fakeTLS = (pthread_getspecific(eh_key) != reinterpret_cast<void *>(0x42)); in init_key() 402 __cxa_thread_info *info = static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info() 417 return static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info_fast()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_posix.cc | 98 return pthread_getspecific(tsd_key); in AsanTSDGet()
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd_shared.inc | 33 return reinterpret_cast<ScudoTSD *>(pthread_getspecific(PThreadKey));
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | threads_pthread.c | 134 return pthread_getspecific(*key); in CRYPTO_THREAD_get_local()
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | libgomp.h | 233 return pthread_getspecific (gomp_tls_key); in gomp_thread()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | ThreadLocal.inc | 54 return pthread_getspecific(*key);
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tsd_generic.h | 63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libuutil/common/ |
| H A D | uu_misc.c | 111 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key)); in uu_error()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cc | 61 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key); in get_tls_val()
|
| /freebsd-12.1/crypto/heimdal/include/ |
| H A D | heim_threads.h | 108 #define HEIMDAL_getspecific(k) pthread_getspecific(k)
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 61 pthread_getspecific;
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_spec.c | 54 __weak_reference(_thr_getspecific, pthread_getspecific);
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 218 void *pthread_getspecific(pthread_key_t);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cc | 189 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
|