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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h53 void CheckLocked();
H A Dtsan_mutex.cpp285 void Mutex::CheckLocked() { function in class:__tsan::Mutex
H A Dtsan_rtl_report.cpp146 ctx->thread_registry->CheckLocked();
219 ctx->thread_registry->CheckLocked();
226 ctx->thread_registry->CheckLocked();
243 ctx->thread_registry->CheckLocked();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h42 void CheckLocked() { function in class:__sanitizer::StaticSpinMutex
88 void CheckLocked();
135 void CheckLocked() { function in class:__sanitizer::RWMutex
H A Dsanitizer_thread_registry.h98 void CheckLocked() { mtx_.CheckLocked(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_symbolizer.cpp95 mu_->CheckLocked();
H A Dsanitizer_symbolizer_report.cpp289 void ScopedErrorReportLock::CheckLocked() { function in class:__sanitizer::ScopedErrorReportLock
290 CommonSanitizerReportMutex.CheckLocked();
H A Dsanitizer_thread_registry.cpp173 CheckLocked();
194 CheckLocked();
H A Dsanitizer_file.cpp37 mu->CheckLocked();
H A Dsanitizer_rtems.cpp134 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_solaris.cpp224 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_allocator_secondary.h219 mutex_.CheckLocked();
H A Dsanitizer_mac.cpp505 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
699 syslog_lock.CheckLocked();
H A Dsanitizer_win.cpp807 CheckLocked();
812 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_fuchsia.cpp146 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_common.h208 static void CheckLocked();
H A Dsanitizer_linux.cpp679 void BlockingMutex::CheckLocked() { function in class:__sanitizer::BlockingMutex
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } function in class:__ubsan::ScopedReport
H A Dubsan_diag.cpp347 ScopedReport::CheckLocked();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp158 thread_registry->CheckLocked();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp30 asanThreadRegistry().CheckLocked();
45 asanThreadRegistry().CheckLocked();
415 asanThreadRegistry().CheckLocked();
H A Dasan_thread.cpp443 asanThreadRegistry().CheckLocked();
499 __asan::asanThreadRegistry().CheckLocked();
H A Dasan_globals.cpp98 mu_for_globals.CheckLocked();

Completed in 281 milliseconds