Searched refs:CheckLocked (Results 1 - 17 of 17) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h51 void CheckLocked();
H A Dtsan_rtl_report.cc151 ctx->thread_registry->CheckLocked();
217 ctx->thread_registry->CheckLocked();
229 ctx->thread_registry->CheckLocked();
246 ctx->thread_registry->CheckLocked();
394 ctx->thread_registry->CheckLocked();
H A Dtsan_mutex.cc283 void Mutex::CheckLocked() { function in class:__tsan::Mutex
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h43 void CheckLocked() { function in class:__sanitizer::StaticSpinMutex
80 void CheckLocked();
125 void CheckLocked() { function in class:__sanitizer::RWMutex
H A Dsanitizer_thread_registry.h85 void CheckLocked() { mtx_.CheckLocked(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_symbolizer_posix_libcdep.cc520 mu_.CheckLocked();
591 mu_.CheckLocked();
649 mu_.CheckLocked();
666 mu_.CheckLocked();
697 mu_.CheckLocked();
H A Dsanitizer_thread_registry.cc159 CheckLocked();
180 CheckLocked();
H A Dsanitizer_mac.cc239 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_win.cc407 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_linux.cc463 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_allocator.h1122 mutex_.CheckLocked();
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc100 mtx->CheckLocked();
H A Dsanitizer_thread_registry_test.cc132 registry->CheckLocked();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc398 CheckLocked(type);
411 void CheckLocked(int type) const { function in class:MallocBlock
754 CheckLocked(type);
783 FromRawPointer(ptr)->CheckLocked(*type);
795 b->CheckLocked(*type);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc400 CheckLocked(type);
413 void CheckLocked(int type) const { function in class:MallocBlock
747 CheckLocked(type);
776 FromRawPointer(ptr)->CheckLocked(*type);
788 b->CheckLocked(*type);
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc287 asanThreadRegistry().CheckLocked();
H A Dasan_report.cc301 asanThreadRegistry().CheckLocked();
469 asanThreadRegistry().CheckLocked();
520 asanThreadRegistry().CheckLocked();

Completed in 216 milliseconds