Home
last modified time | relevance | path

Searched refs:epoch0 (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_trace.h48 u64 epoch0; // Start epoch for the trace. member
59 , epoch0() { in TraceHeader()
Dtsan_rtl_thread.cc172 tctx->epoch0 = tctx->epoch1 + 1; in ThreadStart()
175 tctx->epoch0, stk_addr, stk_size, in ThreadStart()
186 thr->fast_synch_epoch = tctx->epoch0; in ThreadStart()
187 thr->clock.set(tid, tctx->epoch0); in ThreadStart()
192 tid, (uptr)tctx->epoch0, stk_addr, stk_size, tls_addr, tls_size); in ThreadStart()
Dtsan_rtl.cc82 , epoch0() in ThreadContext()
255 hdr->epoch0 = thr->fast_state.epoch(); in TraceSwitch()
Dtsan_rtl_report.cc270 if (epoch < hdr->epoch0) in RestoreStack()
421 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()
Dtsan_rtl.h337 u64 epoch0; member