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

1 2 3 4 5 6 7

  /external/chromium/base/threading/
thread_local_posix.cc 29 return pthread_getspecific(slot);
thread_local_storage_posix.cc 39 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);
125 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
140 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/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);
  /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);
  /prebuilts/ndk/6/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/x86/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/7/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/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-tpf.h 80 __gthrw(pthread_getspecific)
130 return __gthrw_(pthread_getspecific) (__key);

Completed in 677 milliseconds

1 2 3 4 5 6 7