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
  571   hdr->epoch0 = thr->fast_state.epoch();
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  388   if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize)
  388   if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize)
  390   CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0);