/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gthr-dce.h | 68 #pragma weak pthread_getspecific macro 275 if (!(pthread_getspecific (_objc_thread_storage, &value))) in __gthread_objc_thread_get_data() 445 if (pthread_getspecific (key, &ptr) == 0) in __gthread_getspecific()
|
H A D | gthr-posix.h | 52 #pragma weak pthread_getspecific macro 285 return pthread_getspecific (_objc_thread_storage); in __gthread_objc_thread_get_data() 483 return pthread_getspecific (key); in __gthread_getspecific()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/gcc/gcc/ |
H A D | gthr-posix.h | 83 __gthrw3(pthread_getspecific) 93 __gthrw(pthread_getspecific) 407 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data() 595 return __gthrw_(pthread_getspecific) (key); 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-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-posix95.h | 71 __gthrw(pthread_getspecific) 370 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data() 558 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
|
/openbsd/gnu/llvm/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() 256 longjmp_xor_key = (uptr)pthread_getspecific(kTLSLongjmpXorKeySlot); in InitializePlatform()
|
/openbsd/lib/libc/thread/ |
H A D | rthread_tls.c | 130 pthread_getspecific(pthread_key_t key) in pthread_getspecific() function 143 DEF_STRONG(pthread_getspecific);
|
H A D | rthread_libc.c | 107 ret = pthread_getspecific(tt->k); in _thread_tag_storage()
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | tsd_exclusive.h | 45 if (reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey))) { in unmapTestOnly() 46 DCHECK_EQ(reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey)), in unmapTestOnly()
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_posix.cpp | 38 return pthread_getspecific(tsd_key); in TSDGet()
|
/openbsd/lib/libc/hidden/ |
H A D | pthread.h | 36 PROTO_NORMAL(pthread_getspecific);
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | pthread_allocimpl.h | 173 pthread_getspecific(_S_key))) { in allocate() 199 pthread_getspecific(_S_key))) { in deallocate() 299 pthread_getspecific(_S_key); in _S_chunk_alloc()
|
/openbsd/lib/libpthread/man/ |
H A D | Makefile.inc | 36 pthread_getspecific.3 \
|
/openbsd/regress/lib/libpthread/pthread_specific/ |
H A D | pthread_specific.c | 51 p = pthread_getspecific(key); in run_thread()
|
/openbsd/gnu/gcc/libgomp/ |
H A D | libgomp.h | 233 return pthread_getspecific (gomp_tls_key); in gomp_thread()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_posix.cpp | 126 return pthread_getspecific(tsd_key); in AsanTSDGet()
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | checklocks.c | 288 struct thr_check *thr = (struct thr_check*)pthread_getspecific( in checklock_init() 299 thr = (struct thr_check*)pthread_getspecific(thr_debug_key); in checklock_init() 458 struct thr_check *thr = (struct thr_check*)pthread_getspecific( in checklock_lockit() 612 thr = (struct thr_check*)pthread_getspecific(thr_debug_key); in checklock_unlock()
|
H A D | checklocks.h | 340 #define ub_thread_key_get(key) pthread_getspecific(key)
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_common_mac.cpp | 75 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key); in get_tls_val()
|
/openbsd/include/ |
H A D | pthread.h | 218 void *pthread_getspecific(pthread_key_t);
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | locks.h | 178 #define ub_thread_key_get(key) pthread_getspecific(key)
|