Searched refs:pthread_getspecific (Results 1 - 25 of 45) sorted by relevance

12

/external/parameter-framework/asio/include/asio/detail/
H A Dposix_tss_ptr.hpp50 return static_cast<T*>(::pthread_getspecific(tss_key_));
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dposix_tss_ptr.hpp50 return static_cast<T*>(::pthread_getspecific(tss_key_));
/external/skia/src/ports/
H A DSkTLS_pthread.cpp25 return pthread_getspecific(gSkTLSKey);
/external/libchrome/base/threading/
H A Dthread_local_posix.cc31 return pthread_getspecific(slot);
H A Dthread_local_storage_posix.cc24 return pthread_getspecific(key);
/external/llvm/lib/Support/Unix/
H A DThreadLocal.inc52 return pthread_getspecific(*key);
/external/libcxxabi/src/
H A Dcxa_exception_storage.cpp98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
/external/boringssl/src/crypto/
H A Dthread_pthread.c126 void **pointers = pthread_getspecific(g_thread_local_key);
141 void **pointers = pthread_getspecific(g_thread_local_key);
/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c67 return pthread_getspecific(threadLocalToKey(threadLocal));
/external/compiler-rt/lib/asan/
H A Dasan_posix.cc98 return pthread_getspecific(tsd_key);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
430 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
/external/v8/src/third_party/vtune/
H A Djitprofiling.cc205 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
240 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
446 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c114 p = pthread_getspecific(dlkey);
183 p = pthread_getspecific(dlkey);
210 p = pthread_getspecific(dlkey);
238 p = pthread_getspecific(dlkey);
266 else if (!(p = (dlts_t *) pthread_getspecific(dlkey)))
285 else if (!(p = (dlts_t *) pthread_getspecific(dlkey)))
314 else if (!(q = (dlts_t *) pthread_getspecific(dlkey)))
/external/mesa3d/src/mapi/mapi/
H A Du_thread.h132 return pthread_getspecific(tsd->key);
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
60 #define pthread_getspecific(ts_key) ((void *)(*(ts_key))) macro
/external/compiler-rt/lib/builtins/
H A Demutls.c160 emutls_address_array* array = pthread_getspecific(emutls_pthread_key);
/external/dng_sdk/source/
H A Ddng_mutex.cpp80 void *result = pthread_getspecific (fInnermostMutexKey);
H A Ddng_pthread.h223 #define pthread_getspecific dng_pthread_getspecific macro
/external/mesa3d/src/egl/main/
H A Deglcurrent.c71 return (_EGLThreadInfo *) pthread_getspecific(_egl_TSD);
/external/mesa3d/src/glx/
H A Dglxcurrent.c141 v = pthread_getspecific(ContextTSD);
/external/libxml2/
H A Dthreads.c56 extern void *pthread_getspecific (pthread_key_t __key)
670 pthread_getspecific(globalkey)) == NULL) {
868 (pthread_getspecific != NULL) &&
/external/opencv/cxcore/src/
H A Dcxerror.cpp125 CvContext* context = (CvContext*)pthread_getspecific( g_TlsIndex );
/external/webrtc/talk/app/webrtc/java/jni/
H A Djni_helpers.cc121 RTC_CHECK(!pthread_getspecific(g_jni_ptr))
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1110 DeleteThreadLocalValue(pthread_getspecific(key_));
1146 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));
/external/libunwind/src/x86_64/
H A DGtrace.c32 #pragma weak pthread_getspecific macro

Completed in 1399 milliseconds

12