HomeSort by relevance Sort by last modified time
    Searched refs:epoch0 (Results 1 - 6 of 6) 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_thread.cc 29 , epoch0()
86 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
88 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count,
109 thr->fast_synch_epoch = epoch0;
112 const uptr trace = (epoch0 / kTracePartSize) % TraceParts();
114 thr_trace->headers[trace].epoch0 = epoch0;
119 tid, (uptr)epoch0, args->stk_addr, args->stk_size,
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
tsan_rtl.cc 464 hdr->epoch0 = thr->fast_state.epoch();
  /external/jemalloc/src/
prof.c 830 unsigned epoch0 = *epoch; local
833 if (epoch0 & 1U)
839 if (*epoch == epoch0)

Completed in 1374 milliseconds