reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
847 uptr TraceParts();
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();