| /netbsd-src/lib/libc/resolv/ |
| H A D | mtctxres.c | 67 if (pthread_getspecific(key) != 0) { in __res_init_ctx() 122 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres() 124 (mt = pthread_getspecific(key)) != 0)) { in ___mtctxres()
|
| /netbsd-src/external/bsd/libbind/dist/resolv/ |
| H A D | mtctxres.c | 68 if (pthread_getspecific(key) != 0) { in __res_init_ctx() 123 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres() 125 (mt = pthread_getspecific(key)) != 0)) { in ___mtctxres()
|
| /netbsd-src/lib/librumpuser/ |
| H A D | rumpuser_pth.c | 685 assert(pthread_getspecific(curlwpkey) == NULL && l != NULL); 703 pthread_getspecific(curlwpkey))->l == l); 714 rl = pthread_getspecific(curlwpkey); 731 assert(pthread_getspecific(curlwpkey) == NULL); in rumpuser_curlwpop() 735 assert(pthread_getspecific(curlwpkey) == l); in rumpuser_curlwpop() 745 return pthread_getspecific(curlwpkey); in rumpuser_curlwp()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_specific.c | 52 __strong_alias(__libc_thr_getspecific,pthread_getspecific) in __strong_alias() 76 pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
|
| H A D | tss.c | 66 return pthread_getspecific(key); in tss_get()
|
| H A D | pthread.h | 152 void* pthread_getspecific(pthread_key_t); 404 #define pthread_getspecific __libc_thr_getspecific macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| 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()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| H A D | gthr-dce.h | 75 __gthrw(pthread_getspecific) in __gthrw() 295 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value))) in __gthread_objc_thread_get_data() 464 if (__gthrw_(pthread_getspecific) (__key, &__ptr) == 0) in __gthread_getspecific()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| H A D | gthr-dce.h | 75 __gthrw(pthread_getspecific) in __gthrw() 295 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value))) in __gthread_objc_thread_get_data() 464 if (__gthrw_(pthread_getspecific) (__key, &__ptr) == 0) in __gthread_getspecific()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| H A D | gthr-tpf.h | 80 __gthrw(pthread_getspecific) in __gthrw() 130 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| H A D | gthr-tpf.h | 80 __gthrw(pthread_getspecific) in __gthrw() 130 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | tls.h | 66 # pragma weak pthread_getspecific macro 108 ? pthread_getspecific ((NAME).key) \
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | tls.h | 66 # pragma weak pthread_getspecific macro 108 ? pthread_getspecific ((NAME).key) \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | gthr-posix.h | 103 __gthrw(pthread_getspecific) 498 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data() 723 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | gthr-posix.h | 103 __gthrw(pthread_getspecific) 498 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data() 723 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
|
| /netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
| 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_posix.cc | 51 return pthread_getspecific(tsd_key); in AsanTSDGet()
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | gai_strerror.c | 83 buf = pthread_getspecific(key); in gai_strerror()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | tsd.c | 121 void *value = pthread_getspecific (key); in __collector_tsd_get_by_key()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | tsd.c | 121 void *value = pthread_getspecific (key); in __collector_tsd_get_by_key()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_posix.cc | 98 return pthread_getspecific(tsd_key); in AsanTSDGet()
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | oacc-int.h | 104 return pthread_getspecific (goacc_tls_key); in goacc_thread()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | oacc-int.h | 104 return pthread_getspecific (goacc_tls_key); in goacc_thread()
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | checklocks.c | 277 struct thr_check *thr = (struct thr_check*)pthread_getspecific( in checklock_init() 288 thr = (struct thr_check*)pthread_getspecific(thr_debug_key); in checklock_init() 447 struct thr_check *thr = (struct thr_check*)pthread_getspecific( in checklock_lockit() 592 thr = (struct thr_check*)pthread_getspecific(thr_debug_key); in checklock_unlock()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| H A D | gthread.d | 37 alias __gthread_getspecific = pthread_getspecific;
|