/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
pthread.h | 192 int pthread_setspecific(pthread_key_t key, const void *value);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
pthread.h | 192 int pthread_setspecific(pthread_key_t key, const void *value);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/ |
pthread.h | 219 int pthread_setspecific(pthread_key_t key, const void *value);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/ |
pthread.h | 219 int pthread_setspecific(pthread_key_t key, const void *value);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/ |
pthread.h | 224 int pthread_setspecific(pthread_key_t key, const void *value);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/ |
pthread.h | 224 int pthread_setspecific(pthread_key_t key, const void *value);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 261 int pthread_setspecific(pthread_key_t key, const void *value);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 261 int pthread_setspecific(pthread_key_t key, const void *value);
|
/bionic/libc/bionic/ |
stubs.c | 161 if ( pthread_setspecific(the_key, s) != 0 ) {
|
/external/bluetooth/glib/gthread/ |
gthread-posix.c | 281 pthread_setspecific (*(pthread_key_t *) private_key, value);
|
/external/webkit/Source/JavaScriptGlue/ |
JSUtils.cpp | 419 pthread_setspecific(globalObjectKey, globalObject);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.cc | 81 pthread_setspecific(key_, thread);
|
/external/v8/src/ |
platform-openbsd.cc | 453 pthread_setspecific(pthread_key, value);
|
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);
|
/external/webkit/Source/JavaScriptCore/heap/ |
MachineStackMarker.cpp | 208 pthread_setspecific(m_threadSpecific, this);
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
dbgcontext.cpp | 85 pthread_setspecific(dbgEGLThreadLocalStorageKey, dbg);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xthreads.h | 233 #define xthread_set_specific(k,v) pthread_setspecific(k,v)
|
/frameworks/base/libs/binder/ |
IPCThreadState.cpp | 341 pthread_setspecific(gTLS, NULL); 642 pthread_setspecific(gTLS, this); [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |
/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());
|