HomeSort by: relevance | last modified time | path
    Searched refs:epoch1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 30 , epoch1() {
94 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
95 epoch1 = (u64)-1;
141 epoch1 = thr->fast_state.epoch();
tsan_rtl.cc 757 // epoch1[0:63] = sync_epoch
758 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); local in function:__tsan::ContainsSameAccessFast
763 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0);
tsan_rtl_mutex.cc 418 u64 epoch = tctx->epoch1;
461 u64 epoch = tctx->epoch1;
tsan_rtl.h 487 u64 epoch1; member in class:__tsan::ThreadContext
tsan_rtl_report.cc 696 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)

Completed in 15 milliseconds