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

References

projects/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
  505 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) {
projects/compiler-rt/lib/tsan/rtl/tsan_mutex.cpp
  210 Mutex::Mutex(MutexType type, StatType stat_type) {
projects/compiler-rt/lib/tsan/rtl/tsan_mutex.h
   44   explicit Mutex(MutexType type, StatType stat_type);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  669 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
  674 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {