Searched refs:epoch0 (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_trace.h | 50 u64 epoch0; // Start epoch for the trace. member 53 TraceHeader() : stack0(), epoch0() {} in TraceHeader()
|
D | tsan_rtl_thread.cc | 29 , epoch0() in ThreadContext() 91 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted() 93 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count, in OnStarted() 119 thr->fast_synch_epoch = epoch0; in OnStarted() 126 tid, (uptr)epoch0, args->stk_addr, args->stk_size, in OnStarted()
|
D | tsan_rtl_report.cc | 385 if (epoch < hdr->epoch0) in RestoreStack() 387 const u64 epoch0 = RoundDown(epoch, TraceSize()); in RestoreStack() local 416 mset->Add(pc, true, epoch0 + i); in RestoreStack() 420 mset->Add(pc, false, epoch0 + i); in RestoreStack() 636 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()
|
D | tsan_rtl.h | 430 u64 epoch0; variable
|
D | tsan_rtl.cc | 489 hdr->epoch0 = thr->fast_state.epoch(); in TraceSwitch()
|