Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h68 #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 Dgthr-posix.h52 #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 Djitprofiling.c169 (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 Dgthr-posix.h83 __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 Dgthr-tpf.h84 __gthrw(pthread_getspecific) in __gthrw()
133 return __gthrw_(pthread_getspecific) (key); in __gthread_getspecific()
H A Dgthr-dce.h70 __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 Dgthr-posix95.h71 __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 Dgthr-posix.c57 pthread_getspecific (pthread_key_t key ATTRIBUTE_UNUSED) in pthread_getspecific() function
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp96 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 Drthread_tls.c130 pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
143 DEF_STRONG(pthread_getspecific);
H A Drthread_libc.c107 ret = pthread_getspecific(tt->k); in _thread_tag_storage()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h45 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 Dmemprof_posix.cpp38 return pthread_getspecific(tsd_key); in TSDGet()
/openbsd/lib/libc/hidden/
H A Dpthread.h36 PROTO_NORMAL(pthread_getspecific);
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dpthread_allocimpl.h173 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 DMakefile.inc36 pthread_getspecific.3 \
/openbsd/regress/lib/libpthread/pthread_specific/
H A Dpthread_specific.c51 p = pthread_getspecific(key); in run_thread()
/openbsd/gnu/gcc/libgomp/
H A Dlibgomp.h233 return pthread_getspecific (gomp_tls_key); in gomp_thread()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp126 return pthread_getspecific(tsd_key); in AsanTSDGet()
/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.c288 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 Dchecklocks.h340 #define ub_thread_key_get(key) pthread_getspecific(key)
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp75 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key); in get_tls_val()
/openbsd/include/
H A Dpthread.h218 void *pthread_getspecific(pthread_key_t);
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
/openbsd/sbin/unwind/libunbound/util/
H A Dlocks.h178 #define ub_thread_key_get(key) pthread_getspecific(key)

12