reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_report.cpp
  137       asanThreadRegistry().Unlock();
  146     asanThreadRegistry().Unlock();
  497   asanThreadRegistry().Unlock();
projects/compiler-rt/lib/asan/asan_thread.cpp
  495   __asan::asanThreadRegistry().Unlock();
projects/compiler-rt/lib/lsan/lsan_thread.cpp
  154   thread_registry->Unlock();
projects/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
  187     mu_->Unlock();
projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
  220       ctx->thread_registry->Unlock();
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  501   ctx->thread_registry->Unlock();
  506   ctx->thread_registry->Unlock();
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
  266   tr->Unlock();