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

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_mutex.h
   51   void ReadUnlock();

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
  206     mu_->ReadUnlock();
projects/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
  239     s->mtx.ReadUnlock();
  427       s->mtx.ReadUnlock();
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
  150       s->mtx.ReadUnlock();
  153       s->mtx.ReadUnlock();
  263     s->mtx.ReadUnlock();
  297   s->mtx.ReadUnlock();
  411   s->mtx.ReadUnlock();