HomeSort by relevance Sort by last modified time
    Searched refs:pthread_setspecific (Results 51 - 75 of 316) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-tpf.h 81 __gthrw(pthread_setspecific)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-tpf.h 81 __gthrw(pthread_setspecific)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-tpf.h 81 __gthrw(pthread_setspecific)
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /bionic/libc/upstream-netbsd/lib/libc/resolv/
mtctxres.c 79 if ((ret = pthread_setspecific(key, mt)) != 0) {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setspecific.c 2 * pthread_setspecific.c
42 pthread_setspecific (pthread_key_t key, const void *value) function
167 } /* pthread_setspecific */
ptw32_threadStart.c 168 pthread_setspecific (ptw32_selfThreadKey, sp);
170 pthread_setspecific (ptw32_selfThreadKey, sp);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_thread.cpp 64 pthread_setspecific(s_thread_key, data);
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 39 int pthread_setspecific(pthread_key_t, const void *);
  /external/deqp/framework/delibs/dethread/unix/
deThreadLocalUnix.c 73 ret = pthread_setspecific(threadLocalToKey(threadLocal), value);
  /external/llvm/lib/Support/
ThreadLocal.cpp 70 int errorcode = pthread_setspecific(*key, d);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_thread.cpp 64 pthread_setspecific(s_thread_key, data);
  /system/core/libcutils/
threads.c 42 pthread_setspecific( store->tls, value );
  /bionic/libc/dns/resolv/
res_state.c 156 pthread_setspecific( _res_key, rt );
171 pthread_setspecific( _res_key, NULL );
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 54 pthread_setspecific(pkey, (void*)((uptr)v + 1));
67 pthread_setspecific(pkey, (void*)1);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_posix.cc 41 EXPECT_EQ(pthread_setspecific(k->key, k), 0);
49 EXPECT_EQ(pthread_setspecific(k->key, k), 0);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nspr_pthread.h 58 pthread_setspecific(current_thread_key, (void *)newval)
61 pthread_setspecific(current_cpu_key, (void *)newval)
64 pthread_setspecific(last_thread_key, (void *)newval)
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 34 int pthread_setspecific(unsigned key, const void *v);
204 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
225 if (pthread_setspecific(g_thread_finalize_key,
  /external/jemalloc/include/jemalloc/internal/
tsd.h 195 if (pthread_setspecific(a_name##_tsd, \
317 if (pthread_setspecific(a_name##_tsd, \
364 if (pthread_setspecific(a_name##_tsd, \
  /external/libunwind/src/x86_64/
Gtrace.c 33 #pragma weak pthread_setspecific macro
64 pthread_setspecific(trace_cache_key, cache);
193 pthread_setspecific(trace_cache_key, cache);
  /bionic/libc/bionic/
locale.cpp 169 pthread_setspecific(g_uselocale_key, new_locale);
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_thread.h 142 if (pthread_setspecific(tsd->key, ptr) != 0) {
  /external/mesa3d/src/mapi/mapi/
u_thread.h 142 if (pthread_setspecific(tsd->key, ptr) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
gthr-default.h 91 __gthrw3(pthread_setspecific)
120 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
726 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 91 __gthrw3(pthread_setspecific)
120 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
726 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
gthr-default.h 91 __gthrw3(pthread_setspecific)
120 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
726 return __gthrw_(pthread_setspecific) (__key, __ptr);

Completed in 641 milliseconds

1 23 4 5 6 7 8 91011>>