Home
last modified time | relevance | path

Searched refs:epoch1 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp29 , epoch1() { in ThreadContext()
91 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
92 epoch1 = (u64)-1; in OnStarted()
137 epoch1 = thr->fast_state.epoch(); in OnFinished()
Dtsan_rtl.cpp824 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); in ContainsSameAccessFast() local
829 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0); in ContainsSameAccessFast()
Dtsan_rtl_mutex.cpp408 u64 epoch = tctx->epoch1; in UpdateClockCallback()
465 u64 epoch = tctx->epoch1; in UpdateSleepClockCallback()
Dtsan_rtl.h481 u64 epoch1; variable
Dtsan_rtl_report.cpp707 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()