HomeSort by relevance Sort by last modified time
    Searched refs:pthread_setspecific (Results 176 - 200 of 316) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/lldb/source/Core/
Timer.cpp 52 ::pthread_setspecific (g_key, new TimerStack);
  /external/mesa3d/src/egl/main/
eglcurrent.c 60 pthread_setspecific(_egl_TSD, (const void *) t);
  /external/mesa3d/src/glx/
glxcurrent.c 131 pthread_setspecific(ContextTSD, c);
  /external/pixman/pixman/
pixman-compiler.h 207 pthread_setspecific (tls_ ## name ## _key, value); \
  /external/chromium_org/third_party/libxml/src/
threads.c 58 extern int pthread_setspecific (pthread_key_t __key,
672 pthread_setspecific(globalkey, tsd);
866 (pthread_setspecific != NULL) &&
  /external/libxml2/
threads.c 58 extern int pthread_setspecific (pthread_key_t __key,
673 pthread_setspecific(globalkey, tsd);
867 (pthread_setspecific != NULL) &&
  /bionic/libc/include/
pthread.h 237 int pthread_setspecific(pthread_key_t, const void*);
  /development/ndk/platforms/android-3/include/
pthread.h 198 int pthread_setspecific(pthread_key_t key, const void *value);
  /development/ndk/platforms/android-5/include/
pthread.h 225 int pthread_setspecific(pthread_key_t key, const void *value);
  /development/ndk/platforms/android-8/include/
pthread.h 230 int pthread_setspecific(pthread_key_t key, const void *value);
  /development/ndk/platforms/android-9/include/
pthread.h 267 int pthread_setspecific(pthread_key_t key, const void *value);
  /development/ndk/platforms/android-L/include/
pthread.h 235 int pthread_setspecific(pthread_key_t, const void*);
  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.c 248 pthread_setspecific(s_eh_stack_info_key, stack_info);
  /external/lldb/source/Host/freebsd/
Host.cpp 76 ::pthread_setspecific (g_thread_create_key, new FreeBSDThread(thread_name));
  /external/opencv/cxcore/src/
cxerror.cpp 134 pthread_setspecific( g_TlsIndex, context );
  /frameworks/native/opengl/libs/EGL/
egl.cpp 101 pthread_setspecific(gGLTraceKey, value);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 43 pthread_setspecific(sTLSKey, c);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 192 int pthread_setspecific(pthread_key_t key, const void *value);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 192 int pthread_setspecific(pthread_key_t key, const void *value);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 192 int pthread_setspecific(pthread_key_t key, const void *value);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 219 int pthread_setspecific(pthread_key_t key, const void *value);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
pthread.h 224 int pthread_setspecific(pthread_key_t key, const void *value);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
pthread.h 224 int pthread_setspecific(pthread_key_t key, const void *value);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
pthread.h 192 int pthread_setspecific(pthread_key_t key, const void *value);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
pthread.h 219 int pthread_setspecific(pthread_key_t key, const void *value);

Completed in 575 milliseconds

1 2 3 4 5 6 78 91011>>