reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  391   thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
  463   thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  706     if (s.epoch() <= thr->last_sleep_clock.get(s.tid()))
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
  146   thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);