HomeSort by relevance Sort by last modified time
    Searched full:pthread_getspecific (Results 1 - 25 of 621) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/ports/
SkTLS_pthread.cpp 25 return pthread_getspecific(gSkTLSKey);
  /external/skia/src/ports/
SkTLS_pthread.cpp 25 return pthread_getspecific(gSkTLSKey);
  /external/chromium/base/threading/
thread_local_posix.cc 29 return pthread_getspecific(slot);
thread_local_storage_posix.cc 39 return pthread_getspecific(key_);
  /external/chromium_org/base/threading/
thread_local_posix.cc 29 return pthread_getspecific(slot);
thread_local_storage_posix.cc 39 return pthread_getspecific(key_);
  /external/chromium_org/gpu/command_buffer/common/
thread_local.h 54 return pthread_getspecific(key);
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 98 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
108 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
126 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey);
144 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey);
  /external/chromium_org/third_party/angle_dx11/src/compiler/
osinclude.h 61 return pthread_getspecific(nIndex);
  /ndk/sources/android/support/src/locale/
uselocale.c 41 locale_t old_loc = pthread_getspecific(s_locale_key);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getspecific.c 2 * pthread_getspecific.c
42 pthread_getspecific (pthread_key_t key) function
tsd.c 44 #include "pthread_getspecific.c"
cleanup.c 78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
144 cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
pthread_win32_attach_detach_np.c 147 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
206 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
  /external/chromium_org/third_party/mesa/src/docs/
dispatch.html 88 <tt>GET_DISPATCH</tt> involves a call to <tt>pthread_getspecific</tt> or a
104 <tt>pthread_getspecific</tt> hurt performance, but they are completely
121 complex, but it avoids the expensive <tt>pthread_getspecific</tt> call in
129 ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key)
139 expensive call to <tt>pthread_getspecific</tt> and the test of
184 <li>Using <tt>_glapi_Dispatch</tt> and <tt>pthread_getspecific</tt> in
227 call to <tt>pthread_getspecific</tt>. Since x86-64 passes parameters in
229 <tt>pthread_getspecific</tt> to save and restore the GL function's
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 11 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific
39 declare extern_weak i8* @pthread_getspecific(i32)
2011-08-22-ResolveAlias2.ll 14 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific
44 declare extern_weak i8* @pthread_getspecific(i32)
  /external/mesa3d/docs/
dispatch.html 88 <tt>GET_DISPATCH</tt> involves a call to <tt>pthread_getspecific</tt> or a
104 <tt>pthread_getspecific</tt> hurt performance, but they are completely
121 complex, but it avoids the expensive <tt>pthread_getspecific</tt> call in
129 ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key)
139 expensive call to <tt>pthread_getspecific</tt> and the test of
184 <li>Using <tt>_glapi_Dispatch</tt> and <tt>pthread_getspecific</tt> in
227 call to <tt>pthread_getspecific</tt>. Since x86-64 passes parameters in
229 <tt>pthread_getspecific</tt> to save and restore the GL function's
  /system/core/libcutils/
threads.c 27 return pthread_getspecific( store->tls );
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nspr_pthread.h 51 ((struct PRThread *) pthread_getspecific(current_thread_key))
53 ((struct _PRCPU *) pthread_getspecific(current_cpu_key))
55 ((struct PRThread *) pthread_getspecific(last_thread_key))
  /external/chromium_org/third_party/tcmalloc/chromium/src/
maybe_threads.cc 62 void *pthread_getspecific(pthread_key_t)
86 if (pthread_getspecific) {
87 return pthread_getspecific(key);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
maybe_threads.cc 62 void *pthread_getspecific(pthread_key_t)
86 if (pthread_getspecific) {
87 return pthread_getspecific(key);
  /bionic/libc/bionic/
pthread_key.cpp 40 * pthread_getspecific() / pthread_setspecific() or pthread_key_delete()
150 // it calls pthread_getspecific() for some odd reason
233 void* pthread_getspecific(pthread_key_t key) { function
  /bionic/libc/private/
ThreadLocalBuffer.h 54 reinterpret_cast<type>(pthread_getspecific(__bionic_tls_ ## name ## _key)); \
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadIdentifierDataPthreads.cpp 67 ThreadIdentifierData* threadIdentifierData = static_cast<ThreadIdentifierData*>(pthread_getspecific(m_key));

Completed in 591 milliseconds

1 2 3 4 5 6 7 8 91011>>