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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_trace.h48 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
51 TraceHeader() : stack0(), epoch0() {}
H A Dtsan_rtl_thread.cc27 , epoch0()
89 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
91 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count,
117 thr->fast_synch_epoch = epoch0;
123 tid, (uptr)epoch0, args->stk_addr, args->stk_size,
H A Dtsan_rtl_report.cc382 if (epoch < hdr->epoch0)
384 const u64 epoch0 = RoundDown(epoch, TraceSize()); local
413 mset->Add(pc, true, epoch0 + i);
417 mset->Add(pc, false, epoch0 + i);
643 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
H A Dtsan_rtl.cc476 hdr->epoch0 = thr->fast_state.epoch();
H A Dtsan_rtl.h410 u64 epoch0; member in class:__tsan::ThreadContext

Completed in 93 milliseconds