Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc172 tctx->epoch0 = tctx->epoch1 + 1; in ThreadStart()
173 tctx->epoch1 = (u64)-1; in ThreadStart()
240 tctx->epoch1 = thr->fast_state.epoch(); in ThreadFinish()
Dtsan_rtl_mutex.cc266 thr->last_sleep_clock.set(i, tctx->epoch1); in AfterSleep()
Dtsan_rtl.h338 u64 epoch1; member
Dtsan_rtl.cc83 , epoch1() in ThreadContext()
Dtsan_rtl_report.cc421 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()