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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 319 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
341 uptr TraceParts() {
tsan_rtl_thread.cc 114 const uptr trace = (epoch0 / kTracePartSize) % TraceParts();
tsan_rtl.h 735 uptr TraceParts();
tsan_rtl_report.cc 404 const int partidx = (epoch / kTracePartSize) % TraceParts();

Completed in 58 milliseconds