HomeSort by: relevance | last modified time | path
    Searched refs:CheckLocked (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 54 void CheckLocked();
tsan_mutex.cc 286 void Mutex::CheckLocked() {
tsan_rtl_report.cc 147 ctx->thread_registry->CheckLocked();
219 ctx->thread_registry->CheckLocked();
226 ctx->thread_registry->CheckLocked();
243 ctx->thread_registry->CheckLocked();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mutex.h 43 void CheckLocked() {
89 void CheckLocked();
136 void CheckLocked() {
sanitizer_thread_registry.h 93 void CheckLocked() { mtx_.CheckLocked(); }
sanitizer_symbolizer.cc 86 mu_->CheckLocked();
sanitizer_symbolizer_report.cc 278 void ScopedErrorReportLock::CheckLocked() {
279 CommonSanitizerReportMutex.CheckLocked();
sanitizer_thread_registry.cc 174 CheckLocked();
195 CheckLocked();
sanitizer_file.cc 38 mu->CheckLocked();
sanitizer_rtems.cc 135 void BlockingMutex::CheckLocked() {
sanitizer_solaris.cc 224 void BlockingMutex::CheckLocked() {
sanitizer_allocator_secondary.h 217 mutex_.CheckLocked();
sanitizer_mac.cc 428 void BlockingMutex::CheckLocked() {
622 syslog_lock.CheckLocked();
sanitizer_win.cc 783 CheckLocked();
788 void BlockingMutex::CheckLocked() {
sanitizer_fuchsia.cc 142 void BlockingMutex::CheckLocked() {
sanitizer_common.h 196 static void CheckLocked();
sanitizer_linux.cc 683 void BlockingMutex::CheckLocked() {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 100 mtx->CheckLocked();
sanitizer_thread_registry_test.cc 132 registry->CheckLocked();
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 259 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); }
ubsan_diag.cc 340 ScopedReport::CheckLocked();
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc 159 thread_registry->CheckLocked();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 31 asanThreadRegistry().CheckLocked();
46 asanThreadRegistry().CheckLocked();
416 asanThreadRegistry().CheckLocked();
asan_thread.cc 444 asanThreadRegistry().CheckLocked();
500 __asan::asanThreadRegistry().CheckLocked();
asan_globals.cc 99 mu_for_globals.CheckLocked();

Completed in 45 milliseconds