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

123

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcleanup.c78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
144 cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
H A Dpthread_exit.c74 sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
H A Dpthread_getspecific.c2 * pthread_getspecific.c
42 pthread_getspecific (pthread_key_t key) function
H A Dpthread_self.c71 sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
H A Dpthread_win32_attach_detach_np.c147 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
206 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
H A Dpthread_setspecific.c90 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
H A Dptw32_throw.c71 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
/external/chromium_org/third_party/skia/src/ports/
H A DSkTLS_pthread.cpp25 return pthread_getspecific(gSkTLSKey);
/external/skia/src/ports/
H A DSkTLS_pthread.cpp25 return pthread_getspecific(gSkTLSKey);
/external/chromium_org/base/threading/
H A Dthread_local_posix.cc30 return pthread_getspecific(slot);
H A Dthread_local_storage_posix.cc24 return pthread_getspecific(key);
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Dthread_local_posix.cc28 return pthread_getspecific(slot);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dh_errno.c22 h_errno_ptr = (int *) pthread_getspecific(s_h_errno_key);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmaybe_threads.cc62 void *pthread_getspecific(pthread_key_t)
86 if (pthread_getspecific) {
87 return pthread_getspecific(key);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmaybe_threads.cc62 void *pthread_getspecific(pthread_key_t)
86 if (pthread_getspecific) {
87 return pthread_getspecific(key);
/external/chromium_org/gpu/command_buffer/common/
H A Dthread_local.h54 return pthread_getspecific(key);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadIdentifierDataPthreads.cpp69 ThreadIdentifierData* threadIdentifierData = static_cast<ThreadIdentifierData*>(pthread_getspecific(m_key));
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dosinclude.h62 return pthread_getspecific(nIndex);
/external/libcxxabi/src/
H A Dcxa_exception_storage.cpp98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_thread.cpp55 return reinterpret_cast<ThreadData*>(pthread_getspecific(s_thread_key));
/external/compiler-rt/lib/asan/
H A Dasan_posix.cc68 return pthread_getspecific(tsd_key);
/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c67 return pthread_getspecific(threadLocalToKey(threadLocal));
/external/llvm/lib/Support/
H A DThreadLocal.cpp77 return pthread_getspecific(*key);
/external/lldb/source/Core/
H A DTimer.cpp49 void *timer_stack = ::pthread_getspecific (g_key);
53 timer_stack = ::pthread_getspecific (g_key);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_nspr_pthread.h51 ((struct PRThread *) pthread_getspecific(current_thread_key))
53 ((struct _PRCPU *) pthread_getspecific(current_cpu_key))
55 ((struct PRThread *) pthread_getspecific(last_thread_key))

Completed in 602 milliseconds

123