HomeSort by relevance Sort by last modified time
    Searched refs:pthread_key_t (Results 126 - 147 of 147) sorted by null

1 2 3 4 56

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
thread_db.h 244 typedef pthread_key_t thread_key_t;
  /bionic/libc/bionic/
pthread.c     [all...]
stubs.c 116 static pthread_key_t the_key;
  /dalvik/vm/
Globals.h 572 pthread_key_t pthreadKeySelf; /* Thread*, for dvmThreadSelf */
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 101 pthread_key_t EAS_sigbuskey;
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 393 static pthread_key_t globalObjectKey;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/base/libs/binder/
IPCThreadState.cpp 294 static pthread_key_t gTLS = 0;
302 const pthread_key_t k = gTLS;
325 const pthread_key_t k = gTLS;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 54 pthread_key_t ThreadManager::key_;
  /frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp 25 static pthread_key_t dbgEGLThreadLocalStorageKey = -1;
  /external/stlport/src/
allocators.cpp 810 static pthread_key_t _S_key;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 810 static pthread_key_t _S_key;
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 587 extern pthread_key_t gGLKey;
  /frameworks/base/libs/rs/driver/
rsdCore.cpp 130 pthread_key_t rsdgThreadTLSKey = 0;
  /frameworks/base/libs/utils/
Looper.cpp 52 static pthread_key_t gTLSKey = 0;
  /external/mesa3d/test/
egl.cpp 70 static pthread_key_t gEGLErrorKey = -1;
73 pthread_key_t gGLKey = -1;
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 65 static pthread_key_t gEGLErrorKey = -1;
68 pthread_key_t gGLKey = -1;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 193 static pthread_key_t dlerror_key;
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 1160 pthread_key_t key;
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 111 static pthread_key_t isForbiddenKey;
472 static void* (*pthread_getspecific_function_pointer)(pthread_key_t) = pthread_getspecific;
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 50 static pthread_key_t gBgKey = -1;
  /external/valgrind/main/perf/
test_input_for_tinycc.c 509 typedef unsigned int pthread_key_t; typedef
    [all...]

Completed in 1714 milliseconds

1 2 3 4 56