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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 30 , epoch1()
95 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
96 epoch1 = (u64)-1;
143 epoch1 = thr->fast_state.epoch();
tsan_rtl_mutex.cc 257 thr->clock.set(tctx->tid, tctx->epoch1);
293 thr->last_sleep_clock.set(tctx->tid, tctx->epoch1);
tsan_rtl.h 481 u64 epoch1; member in class:__tsan::ThreadContext
tsan_rtl_report.cc 653 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)

Completed in 67 milliseconds