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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
  460   u64 epoch = tctx->epoch1;
  461   if (tctx->status == ThreadStatusRunning)
  462     epoch = tctx->thr->fast_state.epoch();
  463   thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch);