HomeSort by: relevance | last modified time | path
    Searched defs:epoch0 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_trace.h 52 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
55 TraceHeader() : stack0(), epoch0() {}
tsan_trace.h 52 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
55 TraceHeader() : stack0(), epoch0() {}
tsan_rtl_report.cc 388 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize)
390 CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0);
391 const u64 epoch0 = RoundDown(epoch, TraceSize()); local in function:__tsan::RestoreStack
423 mset->Add(pc, true, epoch0 + i);
427 mset->Add(pc, false, epoch0 + i);
696 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
tsan_rtl_report.cc 388 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize)
390 CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0);
391 const u64 epoch0 = RoundDown(epoch, TraceSize()); local in function:__tsan::RestoreStack
423 mset->Add(pc, true, epoch0 + i);
427 mset->Add(pc, false, epoch0 + i);
696 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
tsan_rtl.h 486 u64 epoch0; member in class:__tsan::ThreadContext
tsan_rtl.h 486 u64 epoch0; member in class:__tsan::ThreadContext

Completed in 31 milliseconds