Searched refs:originWhenElapsed (Results 1 – 4 of 4) sorted by relevance
62 originWhenElapsed = _whenElapsed;118 whenElapsed = originWhenElapsed; in RestoreAdjustTimer()
573 timer->uid, timer->id, timer->originWhenElapsed.time_since_epoch().count(), in ReAddTimerLocked()1072 timer->originWhenElapsed = whenElapsed; in ReCalcuOriWhenElapsed()
797 dprintf(fd, " * timer originWhenElapsed = %lld\n\n", timer->originWhenElapsed); in ShowAdjustTimerInfo()
42 std::chrono::steady_clock::time_point originWhenElapsed; variable