Home
last modified time | relevance | path

Searched refs:pthread_setspecific (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/
Dgthr-posix.h84 __gthrw3(pthread_setspecific)
94 __gthrw(pthread_setspecific)
397 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
604 return __gthrw_(pthread_setspecific) (key, ptr); in __gthread_setspecific()
Dgthr-dce.h71 __gthrw(pthread_setspecific) in __gthrw()
273 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
467 return __gthrw_(pthread_setspecific) (key, (void *) ptr); in __gthread_setspecific()
Dgthr-tpf.h85 __gthrw(pthread_setspecific) in __gthrw()
142 return __gthrw_(pthread_setspecific) (key, ptr); in __gthread_setspecific()
Dgthr-posix95.h72 __gthrw(pthread_setspecific)
363 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
570 return __gthrw_(pthread_setspecific) (key, ptr); in __gthread_setspecific()
Dgthr-lynx.h42 #undef pthread_setspecific
Dgthr-posix.c63 pthread_setspecific (pthread_key_t key ATTRIBUTE_UNUSED, in pthread_setspecific() function
/freebsd-10-stable/lib/libc/locale/
Dxlocale.c121 pthread_setspecific(locale_info_key, (void*)42); in init_key()
123 pthread_setspecific(locale_info_key, 0); in init_key()
171 pthread_setspecific(locale_info_key, l); in set_thread_locale()
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
Dtsd.h184 if (pthread_setspecific(a_name##_tsd, \
306 if (pthread_setspecific(a_name##_tsd, \
347 if (pthread_setspecific(a_name##_tsd, \
/freebsd-10-stable/lib/libstdthreads/
Dtss.c63 if (pthread_setspecific(key, val) != 0) in tss_set()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c186 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()
438 pthread_setspecific(threadLocalStorageHandle, threadStack); in FinalizeThread()
/freebsd-10-stable/contrib/ntp/lib/isc/pthreads/include/isc/
Dthread.h55 #define isc_thread_key_setspecific pthread_setspecific
/freebsd-10-stable/contrib/libcxxrt/
Dexception.cc39 #pragma weak pthread_setspecific macro
380 (0 == pthread_setspecific) || in init_key()
387 pthread_setspecific(eh_key, reinterpret_cast<void *>(0x42)); in init_key()
389 pthread_setspecific(eh_key, 0); in init_key()
406 pthread_setspecific(eh_key, info); in thread_info()
/freebsd-10-stable/lib/libc/resolv/
Dmtctxres.c85 if ((ret = pthread_setspecific(key, mt)) != 0) { in __res_init_ctx()
/freebsd-10-stable/contrib/gcclibs/libgomp/
Dteam.c82 pthread_setspecific (gomp_tls_key, thr); in gomp_thread_start()
349 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data); in initialize_team()
/freebsd-10-stable/contrib/llvm/lib/Support/
DThreadLocal.cpp69 int errorcode = pthread_setspecific(*key, d); in setInstance()
/freebsd-10-stable/contrib/apr/threadproc/unix/
Dthreadpriv.c57 if ((stat = pthread_setspecific(key->key, priv)) == 0) { in apr_threadkey_private_set()
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
Duu_misc.c96 (void) pthread_setspecific(uu_error_key, in uu_set_error()
/freebsd-10-stable/crypto/heimdal/include/
Dheim_threads.h107 #define HEIMDAL_setspecific(k,s,r) do { r = pthread_setspecific(k,s); } while(0)
/freebsd-10-stable/lib/libkse/thread/
Dthr_spec.c47 __weak_reference(_pthread_setspecific, pthread_setspecific);
/freebsd-10-stable/include/
Dpthread.h246 int pthread_setspecific(pthread_key_t, const void *);
/freebsd-10-stable/lib/libthr/
Dpthread.map111 pthread_setspecific;
/freebsd-10-stable/lib/libthr/thread/
Dthr_spec.c49 __weak_reference(_pthread_setspecific, pthread_setspecific);
/freebsd-10-stable/lib/libkse/
Dkse.map119 pthread_setspecific;
/freebsd-10-stable/contrib/libc++/include/
Dthread170 pthread_setspecific(__key_, 0);
179 pthread_setspecific(__key_, __p);
/freebsd-10-stable/lib/libc/include/
Dun-namespace.h173 #undef pthread_setspecific

12