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_thread.cc 112 const uptr trace = (epoch0 / kTracePartSize) % TraceParts();
tsan_rtl.cc 462 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
484 uptr TraceParts() {
tsan_rtl.h 690 uptr TraceParts();
tsan_rtl_report.cc 405 const int partidx = (epoch / kTracePartSize) % TraceParts();

Completed in 55 milliseconds