HomeSort by relevance Sort by last modified time
    Searched refs:pthread_getspecific (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
cleanup.c 78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
144 cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
pthread_exit.c 74 sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
pthread_getspecific.c 2 * pthread_getspecific.c
42 pthread_getspecific (pthread_key_t key) function
pthread_self.c 71 sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
pthread_win32_attach_detach_np.c 147 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
206 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
  /bionic/libc/bionic/
malloc_debug_disable.h 42 return pthread_getspecific(g_debug_calls_disabled) != NULL;
locale.cpp 96 locale_t l = reinterpret_cast<locale_t>(pthread_getspecific(g_uselocale_key));
161 locale_t old_locale = static_cast<locale_t>(pthread_getspecific(g_uselocale_key));
  /external/chromium_org/third_party/skia/src/ports/
SkTLS_pthread.cpp 25 return pthread_getspecific(gSkTLSKey);
  /external/skia/src/ports/
SkTLS_pthread.cpp 25 return pthread_getspecific(gSkTLSKey);
  /ndk/sources/android/support/src/locale/
uselocale.c 41 locale_t old_loc = pthread_getspecific(s_locale_key);
  /external/chromium_org/base/threading/
thread_local_posix.cc 30 return pthread_getspecific(slot);
thread_local_storage_posix.cc 24 return pthread_getspecific(key);
  /external/chromium_org/mojo/public/cpp/utility/lib/
thread_local_posix.cc 28 return pthread_getspecific(slot);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
h_errno.c 22 h_errno_ptr = (int *) pthread_getspecific(s_h_errno_key);
  /bionic/libc/upstream-netbsd/lib/libc/resolv/
mtctxres.c 67 if (pthread_getspecific(key) != 0) {
122 if (((mt = pthread_getspecific(key)) != 0) ||
124 (mt = pthread_getspecific(key)) != 0)) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
maybe_threads.cc 62 void *pthread_getspecific(pthread_key_t)
86 if (pthread_getspecific) {
87 return pthread_getspecific(key);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
maybe_threads.cc 62 void *pthread_getspecific(pthread_key_t)
86 if (pthread_getspecific) {
87 return pthread_getspecific(key);
  /external/chromium_org/gpu/command_buffer/common/
thread_local.h 54 return pthread_getspecific(key);
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 98 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
108 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
126 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
144 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey);
  /sdk/emulator/opengl/shared/emugl/common/
thread_store.h 72 return pthread_getspecific(mKey);
  /bionic/libc/private/
ThreadLocalBuffer.h 54 reinterpret_cast<type>(pthread_getspecific(__bionic_tls_ ## name ## _key)); \
  /external/chromium_org/third_party/angle/src/common/
tls.cpp 72 return pthread_getspecific(index);
  /external/libcxxabi/src/
cxa_exception_storage.cpp 98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception_storage.cpp 98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
  /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-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);

Completed in 1430 milliseconds

1 2 3 4 5 6 7 8 91011>>