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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h54 void CheckLocked();
H A Dtsan_mutex.cc286 void Mutex::CheckLocked() { function in class:__tsan::Mutex
H A Dtsan_rtl_report.cc143 ctx->thread_registry->CheckLocked();
214 ctx->thread_registry->CheckLocked();
221 ctx->thread_registry->CheckLocked();
238 ctx->thread_registry->CheckLocked();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h43 void CheckLocked() { function in class:__sanitizer::StaticSpinMutex
86 void CheckLocked();
131 void CheckLocked() { function in class:__sanitizer::RWMutex
H A Dsanitizer_thread_registry.h87 void CheckLocked() { mtx_.CheckLocked(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_symbolizer.cc80 mu_->CheckLocked();
H A Dsanitizer_thread_registry.cc159 CheckLocked();
180 CheckLocked();
H A Dsanitizer_mac.cc348 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
467 syslog_lock.CheckLocked();
H A Dsanitizer_common.cc38 mu->CheckLocked();
H A Dsanitizer_win.cc687 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_linux.cc549 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_allocator.h1175 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/compiler-rt/lib/asan/
H A Dasan_globals.cc96 mu_for_globals.CheckLocked();
H A Dasan_report.cc374 asanThreadRegistry().CheckLocked();
549 asanThreadRegistry().CheckLocked();
598 asanThreadRegistry().CheckLocked();
H A Dasan_thread.cc374 asanThreadRegistry().CheckLocked();
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc337 CommonSanitizerReportMutex.CheckLocked();

Completed in 372 milliseconds