HomeSort by relevance Sort by last modified time
    Searched refs:TraceParts (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 81 hdr_end -= sizeof(TraceHeader) * (kTraceParts - TraceParts());
509 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
531 uptr TraceParts() {
tsan_rtl.h 776 uptr TraceParts();
tsan_rtl_report.cc 379 const int partidx = (epoch / kTracePartSize) % TraceParts();

Completed in 311 milliseconds