Searched defs:epoch0 (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h46 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
58 , epoch0() {
H A Dtsan_rtl_report.cc407 if (epoch < hdr->epoch0)
409 const u64 epoch0 = RoundDown(epoch, TraceSize()); local
438 mset->Add(pc, true, epoch0 + i);
442 mset->Add(pc, false, epoch0 + i);
702 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
H A Dtsan_rtl.h415 u64 epoch0; member in class:__tsan::ThreadContext
/external/jemalloc/src/
H A Dprof.c830 unsigned epoch0 = *epoch; local
833 if (epoch0 & 1U)
839 if (*epoch == epoch0)

Completed in 742 milliseconds