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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp29 , epoch1() {
93 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
94 epoch1 = (u64)-1;
140 epoch1 = thr->fast_state.epoch();
H A Dtsan_rtl.cpp777 // epoch1[0:63] = sync_epoch
778 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); local
783 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0);
H A Dtsan_rtl_mutex.cpp417 u64 epoch = tctx->epoch1;
460 u64 epoch = tctx->epoch1;
H A Dtsan_rtl.h491 u64 epoch1; member in class:__tsan::ThreadContext
H A Dtsan_rtl_report.cpp696 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)

Completed in 118 milliseconds