/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
gthr-default.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
gthr-posix.h | 116 __gthrw(pthread_setspecific) 494 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); 738 return __gthrw_(pthread_setspecific) (__key, __ptr);
|
/bionic/libc/bionic/ |
pthread_key.cpp | 40 * pthread_getspecific() / pthread_setspecific() or pthread_key_delete() 245 int pthread_setspecific(pthread_key_t key, const void* ptr) { function
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglcurrent.c | 60 pthread_setspecific(_egl_TSD, (const void *) t);
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxcurrent.c | 131 pthread_setspecific(ContextTSD, c);
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 191 pthread_setspecific(*(pthread_key_t*)test_key, mem);
|