Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cpp25 : ThreadContextBase(tid), thr(), sync(), epoch0(), epoch1() {} in ThreadContext()
199 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
200 epoch1 = (u64)-1; in OnStarted()
245 epoch1 = thr->fast_state.epoch(); in OnFinished()
H A Dtsan_rtl_access.cpp311 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); in ContainsSameAccessFast() local
316 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0); in ContainsSameAccessFast()
H A Dtsan_rtl_mutex.cpp417 u64 epoch = tctx->epoch1; in UpdateClockCallback()
473 u64 epoch = tctx->epoch1; in UpdateSleepClockCallback()
H A Dtsan_rtl.h264 u64 epoch1; variable
H A Dtsan_rtl_report.cpp929 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc28 , epoch1() { in ThreadContext()
92 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
93 epoch1 = (u64)-1; in OnStarted()
139 epoch1 = thr->fast_state.epoch(); in OnFinished()
H A Dtsan_rtl.cc754 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); in ContainsSameAccessFast() local
759 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0); in ContainsSameAccessFast()
H A Dtsan_rtl_mutex.cc416 u64 epoch = tctx->epoch1; in UpdateClockCallback()
459 u64 epoch = tctx->epoch1; in UpdateSleepClockCallback()
H A Dtsan_rtl.h483 u64 epoch1; variable
H A Dtsan_rtl_report.cc694 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc30 , epoch1() { in ThreadContext()
94 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
95 epoch1 = (u64)-1; in OnStarted()
141 epoch1 = thr->fast_state.epoch(); in OnFinished()
H A Dtsan_rtl.cc758 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); in ContainsSameAccessFast() local
763 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0); in ContainsSameAccessFast()
H A Dtsan_rtl_mutex.cc418 u64 epoch = tctx->epoch1; in UpdateClockCallback()
461 u64 epoch = tctx->epoch1; in UpdateSleepClockCallback()
H A Dtsan_rtl.h487 u64 epoch1; variable
H A Dtsan_rtl_report.cc696 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()