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

1 2 34

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 49 extern "C" int pthread_setspecific(unsigned key, const void *v);
794 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
827 if (pthread_setspecific(g_thread_finalize_key,
    [all...]
  /art/runtime/
thread_list.cc     [all...]
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...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/clang/test/Analysis/
malloc.c 960 pthread_setspecific(key, buf); // no warning
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 143 // FIXME: Use an equivalent of pthread_setspecific on Windows.
146 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [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/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...]

Completed in 1314 milliseconds

1 2 34