Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 58) sorted by relevance

123

/external/libxml2/os400/dlfcn/
Ddlfcn.c114 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/
Djitprofiling.c171 (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/
Djitprofiling.cc205 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/
Dthread_pthread.c126 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/
Dthreading.h37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
60 #define pthread_getspecific(ts_key) ((void *)(*(ts_key)))
/external/skia/src/ports/
DSkTLS_pthread.cpp25 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_tss_ptr.hpp50 return static_cast<T*>(::pthread_getspecific(tss_key_)); in operator T*()
/external/libchrome/base/threading/
Dthread_local_storage_posix.cc24 return pthread_getspecific(key); in GetTLSValue()
Dthread_local_posix.cc31 return pthread_getspecific(slot); in GetValueFromSlot()
/external/libcxxabi/src/
Dcxa_exception_storage.cpp98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_)); in __cxa_get_globals_fast()
/external/deqp/framework/delibs/dethread/unix/
DdeThreadLocalUnix.c67 return pthread_getspecific(threadLocalToKey(threadLocal)); in deThreadLocal_get()
/external/compiler-rt/lib/asan/
Dasan_posix.cc98 return pthread_getspecific(tsd_key); in AsanTSDGet()
/external/ImageMagick/MagickCore/
Dthread.c193 return(pthread_getspecific(key)); in GetMagickThreadValue()
/external/llvm/test/CodeGen/Generic/
D2009-03-17-LSR-APInt.ll34 @_ZL27__gthrw_pthread_getspecificj = weak alias i8* (i32), i8* (i32)* @pthread_getspecific ; <i8* …
70 define i8* @pthread_getspecific(i32) {
/external/llvm/lib/Support/Unix/
DThreadLocal.inc52 return pthread_getspecific(*key);
/external/libxml2/
Dthreads.c56 extern void *pthread_getspecific (pthread_key_t __key)
670 pthread_getspecific(globalkey)) == NULL) { in xmlGetGlobalState()
868 (pthread_getspecific != NULL) && in xmlInitThreads()
/external/valgrind/
Dglibc-2.34567-NPTL-helgrind.supp248 helgrind---pthread_getspecific
250 fun:pthread_getspecific
/external/mesa3d/src/mapi/mapi/
Du_thread.h132 return pthread_getspecific(tsd->key); in u_tsd_get()
/external/dng_sdk/source/
Ddng_mutex.cpp80 void *result = pthread_getspecific (fInnermostMutexKey); in GetInnermostMutex()
Ddng_pthread.h223 #define pthread_getspecific dng_pthread_getspecific macro
/external/llvm/test/Transforms/GVN/
D2009-03-10-PREOnVoid.ll21 @_ZL27__gthrw_pthread_getspecificj = weak alias i8* (i32), i8* (i32)* @pthread_getspecific ; <i8* …
60 define i8* @pthread_getspecific(i32) {
/external/compiler-rt/lib/builtins/
Demutls.c160 emutls_address_array* array = pthread_getspecific(emutls_pthread_key); in emutls_get_address_array()
/external/mesa3d/src/egl/main/
Deglcurrent.c71 return (_EGLThreadInfo *) pthread_getspecific(_egl_TSD); in _eglGetTSD()
/external/mesa3d/src/glx/
Dglxcurrent.c141 v = pthread_getspecific(ContextTSD); in __glXGetCurrentContext()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1110 DeleteThreadLocalValue(pthread_getspecific(key_)); in ~ThreadLocal()
1146 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_)); in GetOrCreateValue()

123