Searched refs:partidx (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp386 const int partidx = (epoch / kTracePartSize) % TraceParts(); local
387 TraceHeader* hdr = &trace->headers[partidx];
394 DPrintf("#%d: RestoreStack epoch=%zu ebegin=%zu eend=%zu partidx=%d\n",
395 tid, (uptr)epoch, (uptr)ebegin, (uptr)eend, partidx);

Completed in 117 milliseconds