HomeSort by relevance Sort by last modified time
    Searched refs:epoch0 (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 50 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
53 TraceHeader() : stack0(), epoch0() {}
tsan_rtl_thread.cc 29 , epoch0()
93 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
95 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count,
121 thr->fast_synch_epoch = epoch0;
128 tid, (uptr)epoch0, args->stk_addr, args->stk_size,
tsan_rtl_report.cc 376 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize)
378 CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0);
379 const u64 epoch0 = RoundDown(epoch, TraceSize()); local
411 mset->Add(pc, true, epoch0 + i);
415 mset->Add(pc, false, epoch0 + i);
645 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
tsan_rtl.cc 503 hdr->epoch0 = thr->fast_state.epoch();
tsan_rtl.h 437 u64 epoch0; member in class:__tsan::ThreadContext

Completed in 179 milliseconds