HomeSort by: relevance | last modified time | path
    Searched refs:pthread_getspecific (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/lib/libc/resolv/
mtctxres.c 67 if (pthread_getspecific(key) != 0) {
122 if (((mt = pthread_getspecific(key)) != 0) ||
124 (mt = pthread_getspecific(key)) != 0)) {
  /src/external/bsd/libbind/dist/resolv/
mtctxres.c 68 if (pthread_getspecific(key) != 0) {
123 if (((mt = pthread_getspecific(key)) != 0) ||
125 (mt = pthread_getspecific(key)) != 0)) {
  /src/lib/libpthread/
tss.c 66 return pthread_getspecific(key);
pthread_specific.c 52 __strong_alias(__libc_thr_getspecific,pthread_getspecific)
76 pthread_getspecific(pthread_key_t key) function
  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
thread.h 56 #define isc_thread_key_getspecific pthread_getspecific
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
ThreadLocal.inc 53 return pthread_getspecific(*key);
  /src/external/bsd/libbind/dist/irs/
gai_strerror.c 83 buf = pthread_getspecific(key);
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_posix.cc 98 return pthread_getspecific(tsd_key);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
tsd.c 115 void *value = pthread_getspecific (key);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
tsd.c 115 void *value = pthread_getspecific (key);
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-int.h 104 return pthread_getspecific (goacc_tls_key);
  /src/external/gpl3/gcc/dist/libgomp/
oacc-int.h 104 return pthread_getspecific (goacc_tls_key);
  /src/lib/librumpuser/
rumpuser_pth.c 685 assert(pthread_getspecific(curlwpkey) == NULL && l != NULL);
703 pthread_getspecific(curlwpkey))->l == l);
714 rl = pthread_getspecific(curlwpkey);
731 assert(pthread_getspecific(curlwpkey) == NULL);
735 assert(pthread_getspecific(curlwpkey) == l);
745 return pthread_getspecific(curlwpkey);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.h 66 # pragma weak pthread_getspecific macro
108 ? pthread_getspecific ((NAME).key) \
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.h 66 # pragma weak pthread_getspecific macro
108 ? pthread_getspecific ((NAME).key) \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d 37 alias __gthread_getspecific = pthread_getspecific;
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
tls-compat.h 54 * But if pthread_getspecific() is async-signal-safe in your
122 __tls_p = (__typeof__(type) *) pthread_getspecific(__tls_ ## name.key); \
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h 75 __gthrw(pthread_getspecific)
295 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value)))
464 if (__gthrw_(pthread_getspecific) (__key, &__ptr) == 0)
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h 75 __gthrw(pthread_getspecific)
295 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value)))
464 if (__gthrw_(pthread_getspecific) (__key, &__ptr) == 0)
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform_mac.cpp 96 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);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
tsd_generic.h 63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
tsd_generic.h 63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd);

Completed in 61 milliseconds

1 2 3