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

1 2 34

  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 168 pthread_key_create(&test_key, TSDDestructor);
    [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/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 48 extern "C" int pthread_key_create(unsigned *key, void (*destructor)(void* v));
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 816 CHECK_EQ(pthread_key_create(&key[i], KeyFree), 0);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 816 CHECK_EQ(pthread_key_create(&key[i], KeyFree), 0);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1036 #define pthread_key_create macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1036 #define pthread_key_create macro
    [all...]
  /art/compiler/driver/
compiler_driver.cc 379 CHECK_PTHREAD_CALL(pthread_key_create, (&tls_key_, nullptr), "compiler tls key");
    [all...]
  /art/runtime/
thread.cc     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 200 // Oracle's http://goo.gl/eHApYT) also use the pthread_key_create mechanism,
215 CHECK(!pthread_key_create(&g_jni_ptr, &ThreadDestructor))
216 << "pthread_key_create";
    [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 1266 milliseconds

1 2 34