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
  193   GenericScopedLock(const GenericScopedLock&);
  194   void operator=(const GenericScopedLock&);
  216 typedef GenericScopedLock<StaticSpinMutex> SpinMutexLock;
  217 typedef GenericScopedLock<BlockingMutex> BlockingMutexLock;
  218 typedef GenericScopedLock<RWMutex> RWMutexLock;
projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h
  156 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;
projects/compiler-rt/lib/tsan/rtl/tsan_mutex.h
   68 typedef GenericScopedLock<Mutex> Lock;