Home
last modified time | relevance | path

Searched refs:TraceParts (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc319 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts(); in TraceSwitch()
341 uptr TraceParts() { in TraceParts() function
Dtsan_rtl_thread.cc114 const uptr trace = (epoch0 / kTracePartSize) % TraceParts(); in OnStarted()
Dtsan_rtl.h735 uptr TraceParts();
Dtsan_rtl_report.cc404 const int partidx = (epoch / kTracePartSize) % TraceParts(); in RestoreStack()