/external/webkit/Source/JavaScriptCore/wtf/ |
FastMalloc.cpp | 129 pthread_setspecific(isForbiddenKey, &isForbiddenKey); 135 pthread_setspecific(isForbiddenKey, 0); 476 #define pthread_setspecific(key, val) _pthread_setspecific_direct(key, (val)) [all...] |
/external/v8/src/ |
platform-cygwin.cc | 476 pthread_setspecific(pthread_key, value);
|
platform-freebsd.cc | 508 pthread_setspecific(pthread_key, value);
|
platform-macos.cc | 569 pthread_setspecific(pthread_key, value);
|
platform-solaris.cc | 467 pthread_setspecific(pthread_key, value);
|
platform-linux.cc | 685 pthread_setspecific(pthread_key, value);
|
/external/valgrind/unittest/ |
posix_tests.cc | 1172 pthread_setspecific(key, value);
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 263 pthread_setspecific(gBgKey, (void*)(bgOk ? 0 : 0xbaad));
|
/frameworks/base/include/private/opengles/ |
gl_context.h | 589 pthread_setspecific(gGLKey, value);
|
/frameworks/base/libs/utils/ |
Looper.cpp | 144 pthread_setspecific(gTLSKey, looper.get());
|
/bionic/libc/bionic/ |
pthread.c | 1744 int pthread_setspecific(pthread_key_t key, const void *ptr) function [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/mesa3d/test/ |
egl.cpp | 86 pthread_setspecific(gEGLErrorKey, (void*)error); 95 pthread_setspecific(gEGLErrorKey, (void*)EGL_SUCCESS); [all...] |
/frameworks/base/opengl/libagl/ |
egl.cpp | 75 pthread_setspecific(gEGLErrorKey, (void*)error); 88 pthread_setspecific(gEGLErrorKey, (void*)EGL_SUCCESS); [all...] |
/frameworks/base/opengl/libagl2/src/ |
egl.cpp | 60 pthread_setspecific(gEGLErrorKey, (void*)error); 74 pthread_setspecific(gEGLErrorKey, (void*)EGL_SUCCESS); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpulse-browse.a | [all...] |
libpulse-mainloop-glib.a | [all...] |
libpulse-simple.a | [all...] |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
/external/stlport/src/ |
allocators.cpp | 920 __ret_code = pthread_setspecific(_S_key, __result); [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
allocators.cpp | 920 __ret_code = pthread_setspecific(_S_key, __result); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
pthread.h | [all...] |