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

12

/freebsd-9.3-release/lib/libc/resolv/
H A Dmtctxres.c73 if (pthread_getspecific(key) != 0) {
133 if (((mt = pthread_getspecific(key)) != 0) ||
135 (mt = pthread_getspecific(key)) != 0)) {
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h57 #define isc_thread_key_getspecific pthread_getspecific
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h54 #define isc_thread_key_getspecific pthread_getspecific
/freebsd-9.3-release/contrib/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)
410 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
598 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);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DThreadLocal.cpp76 return pthread_getspecific(*key);
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dlibgomp.h233 return pthread_getspecific (gomp_tls_key);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c170 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
208 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
429 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
/freebsd-9.3-release/lib/libc/locale/
H A Dxlocale.c122 if (pthread_getspecific(locale_info_key) == (void*)42) {
141 pthread_getspecific(locale_info_key));
164 locale_t old = pthread_getspecific(locale_info_key);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c111 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key));
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dheim_threads.h108 #define HEIMDAL_getspecific(k) pthread_getspecific(k)
/freebsd-9.3-release/include/
H A Dpthread.h203 void *pthread_getspecific(pthread_key_t);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_spec.c46 __weak_reference(_pthread_getspecific, pthread_getspecific);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_spec.c48 __weak_reference(_pthread_getspecific, pthread_getspecific);
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc40 #pragma weak pthread_getspecific macro
376 (0 == pthread_getspecific))
383 fakeTLS = (pthread_getspecific(eh_key) != (void*)0x42);
397 __cxa_thread_info *info = (__cxa_thread_info*)pthread_getspecific(eh_key);
412 return (__cxa_thread_info*)pthread_getspecific(eh_key);
/freebsd-9.3-release/lib/libkse/
H A Dkse.map71 pthread_getspecific;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map77 pthread_getspecific;
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h139 #define pthread_getspecific _pthread_getspecific macro
H A Dun-namespace.h120 #undef pthread_getspecific macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile186 pthread_getspecific.3 \
/freebsd-9.3-release/lib/libc/gen/
H A DSymbol.map38 pthread_getspecific;
H A D_pthread_stubs.c220 STUB_FUNC1(pthread_getspecific, PJT_GETSPECIFIC, void *, pthread_key_t)

Completed in 152 milliseconds

12