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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
  181   explicit GenericScopedLock(MutexType *mu)
  191   MutexType *mu_;
  200   explicit GenericScopedReadLock(MutexType *mu)
  210   MutexType *mu_;
projects/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
   76   Mutex mtx;
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
   70   Mutex mtx;
projects/compiler-rt/lib/tsan/rtl/tsan_mutex.h
   64   Mutex(const Mutex&);
   65   void operator = (const Mutex&);
   68 typedef GenericScopedLock<Mutex> Lock;
   69 typedef GenericScopedReadLock<Mutex> ReadLock;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  535   Mutex report_mtx;
  545   Mutex racy_mtx;
  549   Mutex fired_suppressions_mtx;
projects/compiler-rt/lib/tsan/rtl/tsan_sync.h
   56   Mutex mtx;
projects/compiler-rt/lib/tsan/rtl/tsan_trace.h
   58   Mutex mtx;