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

1 2 3 4

  /external/chromium/base/threading/
thread_local_posix.cc 29 return pthread_getspecific(slot);
thread_local_storage_posix.cc 39 return pthread_getspecific(key_);
  /external/valgrind/main/exp-ptrcheck/tests/
pth_specific.c 24 z = (char*)pthread_getspecific( key );
  /frameworks/base/opengl/libs/EGL/
egl_tls.cpp 100 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
110 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
127 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
142 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 53 ThreadIdentifierData* threadIdentifierData = static_cast<ThreadIdentifierData*>(pthread_getspecific(m_key));
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
osinclude.h 66 return pthread_getspecific(nIndex);
  /prebuilt/linux-x86/toolchain/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);
gthr-default.h 90 __gthrw3(pthread_getspecific)
119 __gthrw(pthread_getspecific)
521 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
746 return __gthrw_(pthread_getspecific) (__key);
gthr-posix.h 90 __gthrw3(pthread_getspecific)
119 __gthrw(pthread_getspecific)
521 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
746 return __gthrw_(pthread_getspecific) (__key);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
gthr-default.h 103 __gthrw3(pthread_getspecific)
132 __gthrw(pthread_getspecific)
534 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
759 return __gthrw_(pthread_getspecific) (__key);
gthr-posix.h 103 __gthrw3(pthread_getspecific)
132 __gthrw(pthread_getspecific)
534 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
759 return __gthrw_(pthread_getspecific) (__key);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
gthr-default.h 103 __gthrw3(pthread_getspecific)
132 __gthrw(pthread_getspecific)
534 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
759 return __gthrw_(pthread_getspecific) (__key);
gthr-posix.h 103 __gthrw3(pthread_getspecific)
132 __gthrw(pthread_getspecific)
534 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
759 return __gthrw_(pthread_getspecific) (__key);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
gthr-default.h 103 __gthrw3(pthread_getspecific)
132 __gthrw(pthread_getspecific)
534 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
759 return __gthrw_(pthread_getspecific) (__key);
gthr-posix.h 103 __gthrw3(pthread_getspecific)
132 __gthrw(pthread_getspecific)
534 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
759 return __gthrw_(pthread_getspecific) (__key);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
gthr-default.h 103 __gthrw3(pthread_getspecific)
132 __gthrw(pthread_getspecific)
534 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
759 return __gthrw_(pthread_getspecific) (__key);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /external/llvm/lib/Support/
ThreadLocal.cpp 68 return pthread_getspecific(*key);
  /system/core/libcutils/
threads.c 27 return pthread_getspecific( store->tls );
  /external/webkit/Source/JavaScriptCore/runtime/
JSLock.cpp 58 return reinterpret_cast<intptr_t>(pthread_getspecific(JSLockCount));
130 return !!pthread_getspecific(JSLockCount);
  /external/libvpx/vp8/common/
threading.h 36 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro

Completed in 731 milliseconds

1 2 3 4