Searched refs:pthread_getspecific (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/lib/libc/hidden/
H A Dpthread.h36 PROTO_NORMAL(pthread_getspecific); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp38 return pthread_getspecific(tsd_key);
/openbsd-current/lib/libpthread/man/
H A DMakefile.inc36 pthread_getspecific.3 \
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-tpf.h84 __gthrw(pthread_getspecific)
133 return __gthrw_(pthread_getspecific) (key);
H A Dgthr-posix.c57 pthread_getspecific (pthread_key_t key ATTRIBUTE_UNUSED) function
H A Dgthr-posix.h83 __gthrw3(pthread_getspecific)
93 __gthrw(pthread_getspecific)
407 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
595 return __gthrw_(pthread_getspecific) (key);
H A Dgthr-dce.h70 __gthrw(pthread_getspecific)
289 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value)))
458 if (__gthrw_(pthread_getspecific) (key, &ptr) == 0)
H A Dgthr-posix95.h71 __gthrw(pthread_getspecific)
370 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
558 return __gthrw_(pthread_getspecific) (key);
/openbsd-current/regress/lib/libpthread/pthread_specific/
H A Dpthread_specific.c51 p = pthread_getspecific(key);
/openbsd-current/lib/libc/thread/
H A Drthread_tls.c130 pthread_getspecific(pthread_key_t key) function
143 DEF_STRONG(pthread_getspecific); variable
H A Drthread_libc.c107 ret = pthread_getspecific(tt->k);
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h45 if (reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey))) {
46 DCHECK_EQ(reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey)),
/openbsd-current/gnu/gcc/libgomp/
H A Dlibgomp.h233 return pthread_getspecific (gomp_tls_key);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h68 #pragma weak pthread_getspecific macro
275 if (!(pthread_getspecific (_objc_thread_storage, &value)))
445 if (pthread_getspecific (key, &ptr) == 0)
H A Dgthr-posix.h52 #pragma weak pthread_getspecific macro
285 return pthread_getspecific (_objc_thread_storage);
483 return pthread_getspecific (key);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp96 ThreadState *thr = (ThreadState *)pthread_getspecific(thread_state_key);
111 ThreadState *thr = (ThreadState *)pthread_getspecific(thread_state_key);
256 longjmp_xor_key = (uptr)pthread_getspecific(kTLSLongjmpXorKeySlot);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp126 return pthread_getspecific(tsd_key);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dpthread_allocimpl.h173 pthread_getspecific(_S_key))) {
199 pthread_getspecific(_S_key))) {
299 pthread_getspecific(_S_key);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.h340 #define ub_thread_key_get(key) pthread_getspecific(key)
H A Dchecklocks.c288 struct thr_check *thr = (struct thr_check*)pthread_getspecific(
299 thr = (struct thr_check*)pthread_getspecific(thr_debug_key);
458 struct thr_check *thr = (struct thr_check*)pthread_getspecific(
612 thr = (struct thr_check*)pthread_getspecific(thr_debug_key);
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp75 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key);
/openbsd-current/include/
H A Dpthread.h218 void *pthread_getspecific(pthread_key_t);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp182 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
/openbsd-current/usr.sbin/unbound/util/
H A Dlocks.h178 #define ub_thread_key_get(key) pthread_getspecific(key)

Completed in 207 milliseconds

12