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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp571 hdr->epoch0 = thr->fast_state.epoch();
H A Dtsan_rtl.h490 u64 epoch0; member in class:__tsan::ThreadContext
H A Dtsan_rtl_report.cpp388 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize)
390 CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0);
391 const u64 epoch0 = RoundDown(epoch, TraceSize()); local
423 mset->Add(pc, true, epoch0 + i);
427 mset->Add(pc, false, epoch0 + i);
696 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
H A Dtsan_rtl_thread.cpp28 , epoch0()
93 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
95 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count,
116 thr->fast_synch_epoch = epoch0;
123 tid, (uptr)epoch0, args->stk_addr, args->stk_size,
H A Dtsan_trace.h51 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
54 TraceHeader() : stack0(), epoch0() {}

Completed in 400 milliseconds