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 48 u64 epoch0; // Start epoch for the trace. member in struct:__tsan::TraceHeader
59 , epoch0() {
tsan_rtl_thread.cc 172 tctx->epoch0 = tctx->epoch1 + 1;
175 tctx->epoch0, stk_addr, stk_size,
186 thr->fast_synch_epoch = tctx->epoch0;
187 thr->clock.set(tid, tctx->epoch0);
192 tid, (uptr)tctx->epoch0, stk_addr, stk_size, tls_addr, tls_size);
tsan_rtl.cc 82 , epoch0()
255 hdr->epoch0 = thr->fast_state.epoch();
tsan_rtl_report.cc 270 if (epoch < hdr->epoch0)
421 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
tsan_rtl.h 337 u64 epoch0; member in struct:__tsan::ThreadContext

Completed in 40 milliseconds