Searched refs:epoch0 (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_trace.h | 48 u64 epoch0; // Start epoch for the trace. member 59 , epoch0() { in TraceHeader()
|
D | tsan_rtl_thread.cc | 172 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()
|
D | tsan_rtl.cc | 82 , epoch0() in ThreadContext() 255 hdr->epoch0 = thr->fast_state.epoch(); in TraceSwitch()
|
D | tsan_rtl_report.cc | 270 if (epoch < hdr->epoch0) in RestoreStack() 421 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()
|
D | tsan_rtl.h | 337 u64 epoch0; member
|