HomeSort by relevance Sort by last modified time
    Searched defs:epoch0 (Results 1 - 4 of 4) 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 407 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)
tsan_rtl.h 415 u64 epoch0; member in class:__tsan::ThreadContext
  /external/jemalloc/src/
prof.c 830 unsigned epoch0 = *epoch; local
833 if (epoch0 & 1U)
839 if (*epoch == epoch0)

Completed in 338 milliseconds