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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  841     StatInc(thr, StatMop);
  842     StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
  843     StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
  844     StatInc(thr, StatMopRodata);
  848   FastState fast_state = thr->fast_state;
  850     StatInc(thr, StatMop);
  851     StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
  852     StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
  853     StatInc(thr, StatMopIgnored);
  863       thr->fast_synch_epoch, kAccessIsWrite))) {
  864     StatInc(thr, StatMop);
  865     StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
  866     StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog));
  867     StatInc(thr, StatMopSame);
  873     thr->fast_state = fast_state;
  874     TraceAddEvent(thr, fast_state, EventTypeMop, pc);
  878   MemoryAccessImpl1(thr, addr, kAccessSizeLog, kAccessIsWrite, kIsAtomic,