HomeSort by relevance Sort by last modified time
    Searched refs:pthread_key_t (Results 201 - 225 of 348) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/native/opengl/libs/EGL/
egl.cpp 52 pthread_key_t gGLWrapperKey = -1;
58 EGLAPI pthread_key_t gGLTraceKey = -1;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 588 typedef struct pthread_key_t_ * pthread_key_t; typedef in typeref:struct:pthread_key_t_
981 PTW32_DLLPORT int PTW32_CDECL pthread_key_create (pthread_key_t * key,
984 PTW32_DLLPORT int PTW32_CDECL pthread_key_delete (pthread_key_t key);
986 PTW32_DLLPORT int PTW32_CDECL pthread_setspecific (pthread_key_t key,
989 PTW32_DLLPORT void * PTW32_CDECL pthread_getspecific (pthread_key_t key);
    [all...]
  /external/chromium_org/third_party/libxml/src/
threads.c 56 extern void *pthread_getspecific (pthread_key_t __key)
58 extern int pthread_setspecific (pthread_key_t __key,
61 extern int pthread_key_create (pthread_key_t *__key,
64 extern int pthread_key_delete (pthread_key_t __key)
146 static pthread_key_t globalkey;
  /external/libxml2/
threads.c 56 extern void *pthread_getspecific (pthread_key_t __key)
58 extern int pthread_setspecific (pthread_key_t __key,
61 extern int pthread_key_create (pthread_key_t *__key,
64 extern int pthread_key_delete (pthread_key_t __key)
146 static pthread_key_t globalkey;
  /external/v8/src/
platform-freebsd.cc 528 pthread_key_t key;
537 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
545 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
551 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
platform-linux.cc 788 pthread_key_t key;
797 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
805 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
811 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
    [all...]
platform-openbsd.cc 581 pthread_key_t key;
590 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
598 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
604 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 252 PTHREAD_WRAPPER(pthread_key_create, (pthread_key_t *key, void (*destructor_function)(void *)),
255 PTHREAD_WRAPPER(pthread_key_delete , (pthread_key_t key), (key), "(key:%x)");
257 PTHREAD_WRAPPER(pthread_setspecific, (pthread_key_t key, const void *value), (key, value),
260 // void *pthread_getspecific(pthread_key_t key);
  /bionic/libc/netbsd/resolv/
res_state.c 52 static pthread_key_t _res_key;
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 78 pthread_key_t key_;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcurrent.c 50 static pthread_key_t _egl_TSD;
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c 109 static pthread_key_t ContextTSD;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 50 static pthread_key_t pkey;
  /external/mesa3d/src/egl/main/
eglcurrent.c 50 static pthread_key_t _egl_TSD;
  /external/mesa3d/src/glx/
glxcurrent.c 109 static pthread_key_t ContextTSD;
  /external/pixman/pixman/
pixman-compiler.h 187 static pthread_key_t tls_ ## name ## _key; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h     [all...]
  /system/extras/tests/bionic/libc/common/
bench_pthread.c 176 pthread_key_t key;
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 45 typedef pthread_key_t __gthread_key_t;
346 static pthread_key_t _objc_thread_storage;
gthr-posix.h 45 typedef pthread_key_t __gthread_key_t;
346 static pthread_key_t _objc_thread_storage;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 171 typedef pthread_key_t xthread_key_t;
227 typedef pthread_key_t xthread_key_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 45 typedef pthread_key_t __gthread_key_t;
319 static pthread_key_t _objc_thread_storage;

Completed in 534 milliseconds

1 2 3 4 5 6 7 891011>>