HomeSort by relevance Sort by last modified time
    Searched refs:pthread_getspecific (Results 1 - 25 of 252) 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);
  /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/base/threading/
thread_local_posix.cc 29 return pthread_getspecific(slot);
thread_local_storage_posix.cc 39 return pthread_getspecific(key_);
  /external/chromium_org/base/threading/
thread_local_posix.cc 29 return pthread_getspecific(slot);
thread_local_storage_posix.cc 39 return pthread_getspecific(key_);
  /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);
  /bionic/libc/private/
ThreadLocalBuffer.h 54 reinterpret_cast<type>(pthread_getspecific(__bionic_tls_ ## name ## _key)); \
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadIdentifierDataPthreads.cpp 67 ThreadIdentifierData* threadIdentifierData = static_cast<ThreadIdentifierData*>(pthread_getspecific(m_key));
  /external/chromium_org/third_party/angle_dx11/src/compiler/
osinclude.h 61 return pthread_getspecific(nIndex);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);

Completed in 351 milliseconds

1 2 3 4 5 6 7 8 91011