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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 50 void CheckLocked();
tsan_rtl_report.cc 128 ctx_->thread_registry->CheckLocked();
208 ctx->thread_registry->CheckLocked();
221 ctx->thread_registry->CheckLocked();
239 ctx->thread_registry->CheckLocked();
377 ctx->thread_registry->CheckLocked();
tsan_mutex.cc 270 void Mutex::CheckLocked() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 88 void CheckLocked() { mtx_.CheckLocked(); }
sanitizer_mutex.h 76 void CheckLocked();
sanitizer_thread_registry.cc 160 CheckLocked();
181 CheckLocked();
sanitizer_mac.cc 329 void BlockingMutex::CheckLocked() {
sanitizer_win.cc 319 void BlockingMutex::CheckLocked() {
sanitizer_linux.cc 568 void BlockingMutex::CheckLocked() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 98 mtx->CheckLocked();
sanitizer_thread_registry_test.cc 130 registry->CheckLocked();

Completed in 104 milliseconds