Searched refs:pthread_setspecific (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dgthr-lynx.h35 /* Using the macro version of pthread_setspecific leads to a
42 #undef pthread_setspecific macro
H A Dgthr-tpf.h85 __gthrw(pthread_setspecific)
142 return __gthrw_(pthread_setspecific) (key, ptr);
H A Dgthr-posix.c63 pthread_setspecific (pthread_key_t key ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h84 __gthrw3(pthread_setspecific)
94 __gthrw(pthread_setspecific)
397 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
604 return __gthrw_(pthread_setspecific) (key, ptr);
H A Dgthr-dce.h71 __gthrw(pthread_setspecific)
273 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
467 return __gthrw_(pthread_setspecific) (key, (void *) ptr);
H A Dgthr-posix95.h72 __gthrw(pthread_setspecific)
357 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
564 return __gthrw_(pthread_setspecific) (key, ptr);
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h58 #define isc_thread_key_setspecific pthread_setspecific
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h55 #define isc_thread_key_setspecific pthread_setspecific
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DThreadLocal.cpp69 int errorcode = pthread_setspecific(*key, d);
/freebsd-9.3-release/lib/libc/resolv/
H A Dmtctxres.c85 if ((ret = pthread_setspecific(key, mt)) != 0) {
/freebsd-9.3-release/lib/libc/locale/
H A Dxlocale.c121 pthread_setspecific(locale_info_key, (void*)42);
123 pthread_setspecific(locale_info_key, 0);
171 pthread_setspecific(locale_info_key, l);
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dteam.c82 pthread_setspecific (gomp_tls_key, thr);
332 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c186 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack);
438 pthread_setspecific(threadLocalStorageHandle, threadStack);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c96 (void) pthread_setspecific(uu_error_key,
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dheim_threads.h107 #define HEIMDAL_setspecific(k,s,r) do { r = pthread_setspecific(k,s); } while(0)
/freebsd-9.3-release/include/
H A Dpthread.h246 int pthread_setspecific(pthread_key_t, const void *);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_spec.c47 __weak_reference(_pthread_setspecific, pthread_setspecific);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_spec.c49 __weak_reference(_pthread_setspecific, pthread_setspecific);
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc39 #pragma weak pthread_setspecific macro
375 (0 == pthread_setspecific) ||
382 pthread_setspecific(eh_key, (void*)0x42);
384 pthread_setspecific(eh_key, 0);
401 pthread_setspecific(eh_key, info);
/freebsd-9.3-release/lib/libkse/
H A Dkse.map119 pthread_setspecific;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map127 pthread_setspecific;
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h192 #define pthread_setspecific _pthread_setspecific macro
H A Dun-namespace.h173 #undef pthread_setspecific macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile219 pthread_setspecific.3 \
/freebsd-9.3-release/lib/libc/gen/
H A DSymbol.map63 pthread_setspecific;

Completed in 199 milliseconds

12