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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 30 , epoch1() {
86 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
87 epoch1 = (u64)-1;
131 epoch1 = thr->fast_state.epoch();
tsan_rtl.cc 674 // epoch1[0:63] = sync_epoch
675 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); local
680 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0);
tsan_rtl_mutex.cc 371 thr->clock.set(tctx->tid, tctx->epoch1);
414 thr->last_sleep_clock.set(tctx->tid, tctx->epoch1);
tsan_rtl.h 416 u64 epoch1; member in class:__tsan::ThreadContext
tsan_rtl_report.cc 702 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)

Completed in 79 milliseconds