HomeSort by relevance Sort by last modified time
    Searched refs:pthread_setspecific (Results 301 - 316 of 316) sorted by null

<<111213

  /external/stlport/src/
allocators.cpp 920 __ret_code = pthread_setspecific(_S_key, __result);
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 283 pthread_setspecific(gBgKey, (void*)(bgOk ? 0 : 0xbaad));
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 920 __ret_code = pthread_setspecific(_S_key, __result);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /art/runtime/
thread.cc 361 // Set pthread_self_ ahead of pthread_setspecific, that makes Thread::Current function, this
365 CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::pthread_key_self_, this), "attach self");
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 81 pthread_setspecific(gEGLErrorKey, (void*)(uintptr_t)error);
94 pthread_setspecific(gEGLErrorKey, (void*)(uintptr_t)EGL_SUCCESS);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 836 pthread_setspecific(key[i], p);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 836 pthread_setspecific(key[i], p);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1063 #define pthread_setspecific macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1063 #define pthread_setspecific macro
    [all...]
  /art/compiler/driver/
compiler_driver.cc 451 CHECK_PTHREAD_CALL(pthread_setspecific, (tls_key_, res), "compiler tls");
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 242 CHECK(!pthread_setspecific(g_jni_ptr, jni)) << "pthread_setspecific";
    [all...]
  /external/pixman/
configure     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1130 milliseconds

<<111213