/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 114 p = pthread_getspecific(dlkey); in dlterm() 183 p = pthread_getspecific(dlkey); in dlthreadinit() 210 p = pthread_getspecific(dlkey); in dllock() 238 p = pthread_getspecific(dlkey); in dlunlock() 266 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlerror() 285 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_errno() 314 else if (!(q = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_exception()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent() 209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent() 430 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
|
/external/v8/src/third_party/vtune/ |
D | jitprofiling.cc | 205 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent() 240 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent() 446 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
|
/external/boringssl/src/crypto/ |
D | thread_pthread.c | 126 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_get_thread_local() 141 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_set_thread_local()
|
/external/libvpx/libvpx/vp8/common/ |
D | threading.h | 37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro 60 #define pthread_getspecific(ts_key) ((void *)(*(ts_key)))
|
/external/skia/src/ports/ |
D | SkTLS_pthread.cpp | 25 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | posix_tss_ptr.hpp | 50 return static_cast<T*>(::pthread_getspecific(tss_key_)); in operator T*()
|
/external/libchrome/base/threading/ |
D | thread_local_storage_posix.cc | 24 return pthread_getspecific(key); in GetTLSValue()
|
D | thread_local_posix.cc | 31 return pthread_getspecific(slot); in GetValueFromSlot()
|
/external/libcxxabi/src/ |
D | cxa_exception_storage.cpp | 98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_)); in __cxa_get_globals_fast()
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deThreadLocalUnix.c | 67 return pthread_getspecific(threadLocalToKey(threadLocal)); in deThreadLocal_get()
|
/external/compiler-rt/lib/asan/ |
D | asan_posix.cc | 98 return pthread_getspecific(tsd_key); in AsanTSDGet()
|
/external/ImageMagick/MagickCore/ |
D | thread.c | 193 return(pthread_getspecific(key)); in GetMagickThreadValue()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2009-03-17-LSR-APInt.ll | 34 @_ZL27__gthrw_pthread_getspecificj = weak alias i8* (i32), i8* (i32)* @pthread_getspecific ; <i8* … 70 define i8* @pthread_getspecific(i32) {
|
/external/llvm/lib/Support/Unix/ |
D | ThreadLocal.inc | 52 return pthread_getspecific(*key);
|
/external/libxml2/ |
D | threads.c | 56 extern void *pthread_getspecific (pthread_key_t __key) 670 pthread_getspecific(globalkey)) == NULL) { in xmlGetGlobalState() 868 (pthread_getspecific != NULL) && in xmlInitThreads()
|
/external/valgrind/ |
D | glibc-2.34567-NPTL-helgrind.supp | 248 helgrind---pthread_getspecific 250 fun:pthread_getspecific
|
/external/mesa3d/src/mapi/mapi/ |
D | u_thread.h | 132 return pthread_getspecific(tsd->key); in u_tsd_get()
|
/external/dng_sdk/source/ |
D | dng_mutex.cpp | 80 void *result = pthread_getspecific (fInnermostMutexKey); in GetInnermostMutex()
|
D | dng_pthread.h | 223 #define pthread_getspecific dng_pthread_getspecific macro
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-03-10-PREOnVoid.ll | 21 @_ZL27__gthrw_pthread_getspecificj = weak alias i8* (i32), i8* (i32)* @pthread_getspecific ; <i8* … 60 define i8* @pthread_getspecific(i32) {
|
/external/compiler-rt/lib/builtins/ |
D | emutls.c | 160 emutls_address_array* array = pthread_getspecific(emutls_pthread_key); in emutls_get_address_array()
|
/external/mesa3d/src/egl/main/ |
D | eglcurrent.c | 71 return (_EGLThreadInfo *) pthread_getspecific(_egl_TSD); in _eglGetTSD()
|
/external/mesa3d/src/glx/ |
D | glxcurrent.c | 141 v = pthread_getspecific(ContextTSD); in __glXGetCurrentContext()
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1110 DeleteThreadLocalValue(pthread_getspecific(key_)); in ~ThreadLocal() 1146 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_)); in GetOrCreateValue()
|