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

  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 46 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
58 , epoch0() {
tsan_rtl_report.cc 406 if (epoch < hdr->epoch0)
408 const u64 epoch0 = RoundDown(epoch, TraceSize()); local
437 mset->Add(pc, true, epoch0 + i);
441 mset->Add(pc, false, epoch0 + i);
692 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
tsan_rtl.h 487 u64 epoch0; member in class:__tsan::ThreadContext

Completed in 34 milliseconds