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

1 2

  /external/chromium/base/
thread_local_posix.cc 27 return pthread_getspecific(slot);
thread_local_storage_posix.cc 36 return pthread_getspecific(key_);
  /external/webkit/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 53 ThreadIdentifierData* threadIdentifierData = static_cast<ThreadIdentifierData*>(pthread_getspecific(m_key));
ThreadSpecific.h 150 Data* data = static_cast<Data*>(pthread_getspecific(m_key));
  /external/webkit/JavaScriptCore/runtime/
JSLock.cpp 53 return reinterpret_cast<intptr_t>(pthread_getspecific(JSLockCount));
119 return !!pthread_getspecific(JSLockCount);
  /system/core/libcutils/
threads.c 27 return pthread_getspecific( store->tls );
  /frameworks/base/opengl/libs/
hooks.h 137 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey));
  /bionic/libc/netbsd/resolv/
res_state.c 110 rt = pthread_getspecific( _res_key );
  /external/libvpx/vp8/common/
threading.h 34 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
  /external/bluetooth/glib/gthread/
gthread-posix.c 290 return pthread_getspecific (*(pthread_key_t *) private_key);
294 posix_check_cmd (pthread_getspecific (*(pthread_key_t *) private_key,
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 287 tss = pthread_getspecific(dlerror_key);
917 tss = pthread_getspecific(dlerror_key);
935 tss = pthread_getspecific(dlerror_key);
958 tss = pthread_getspecific(dlerror_key);
1178 tss = pthread_getspecific(dlerror_key);
    [all...]
  /external/libxml2/
threads.c 58 extern void *pthread_getspecific (pthread_key_t __key)
668 pthread_getspecific(globalkey)) == NULL) {
864 (pthread_getspecific != NULL) &&
  /frameworks/base/libs/rs/
rsScriptC.cpp 31 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey); \
71 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey);
  /bionic/libc/include/
pthread.h 260 void *pthread_getspecific(pthread_key_t key);
  /development/ndk/platforms/android-3/include/
pthread.h 193 void *pthread_getspecific(pthread_key_t key);
  /development/ndk/platforms/android-5/include/
pthread.h 220 void *pthread_getspecific(pthread_key_t key);
  /development/ndk/platforms/android-8/include/
pthread.h 225 void *pthread_getspecific(pthread_key_t key);
  /development/ndk/platforms/android-9/include/
pthread.h 262 void *pthread_getspecific(pthread_key_t key);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 193 void *pthread_getspecific(pthread_key_t key);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 193 void *pthread_getspecific(pthread_key_t key);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 193 void *pthread_getspecific(pthread_key_t key);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 220 void *pthread_getspecific(pthread_key_t key);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 225 void *pthread_getspecific(pthread_key_t key);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 225 void *pthread_getspecific(pthread_key_t key);
  /bionic/libc/bionic/
stubs.c 83 s = pthread_getspecific(the_key);

Completed in 587 milliseconds

1 2