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

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  847 uptr TraceParts();

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
   82   hdr_end -= sizeof(TraceHeader) * (kTraceParts - TraceParts());
  569   unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  386   const int partidx = (epoch / kTracePartSize) % TraceParts();