HomeSort by relevance Sort by last modified time
    Searched refs:CheckLocked (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 43 void CheckLocked() {
80 void CheckLocked();
125 void CheckLocked() {
sanitizer_thread_registry.h 85 void CheckLocked() { mtx_.CheckLocked(); }
sanitizer_symbolizer_posix_libcdep.cc 520 mu_.CheckLocked();
591 mu_.CheckLocked();
649 mu_.CheckLocked();
666 mu_.CheckLocked();
697 mu_.CheckLocked();
sanitizer_thread_registry.cc 159 CheckLocked();
180 CheckLocked();
sanitizer_mac.cc 239 void BlockingMutex::CheckLocked() {
sanitizer_win.cc 407 void BlockingMutex::CheckLocked() {
sanitizer_linux.cc 463 void BlockingMutex::CheckLocked() {
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 51 void CheckLocked();
tsan_rtl_report.cc 151 ctx->thread_registry->CheckLocked();
217 ctx->thread_registry->CheckLocked();
229 ctx->thread_registry->CheckLocked();
246 ctx->thread_registry->CheckLocked();
394 ctx->thread_registry->CheckLocked();
tsan_mutex.cc 283 void Mutex::CheckLocked() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 100 mtx->CheckLocked();
sanitizer_thread_registry_test.cc 132 registry->CheckLocked();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 398 CheckLocked(type);
411 void CheckLocked(int type) const {
754 CheckLocked(type);
783 FromRawPointer(ptr)->CheckLocked(*type);
795 b->CheckLocked(*type);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 400 CheckLocked(type);
413 void CheckLocked(int type) const {
747 CheckLocked(type);
776 FromRawPointer(ptr)->CheckLocked(*type);
788 b->CheckLocked(*type);
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.cc 287 asanThreadRegistry().CheckLocked();
asan_report.cc 301 asanThreadRegistry().CheckLocked();
469 asanThreadRegistry().CheckLocked();
520 asanThreadRegistry().CheckLocked();
    [all...]

Completed in 437 milliseconds