Searched defs:next_second_time (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp148 int64_t next_second_time; member in struct:RTCSTATE
640 pThis->next_second_time += TMTimerGetFreq(pThis->CTX_SUFF(pSecondTimer));
641 TMTimerSet(pThis->CTX_SUFF(pSecondTimer), pThis->next_second_time);
656 TMTimerSet(pThis->CTX_SUFF(pSecondTimer2), pThis->next_second_time + delay);
727 pThis->next_second_time += TMTimerGetFreq(pThis->CTX_SUFF(pSecondTimer));
728 TMTimerSet(pThis->CTX_SUFF(pSecondTimer), pThis->next_second_time);
776 SSMR3PutS64(pSSM, pThis->next_second_time);
839 SSMR3GetS64(pSSM, &pThis->next_second_time);
1185 pThis->next_second_time = TMTimerGet(pTimer)
1189 rc = TMTimerSet(pTimer, pThis->next_second_time);
[all...]

Completed in 35 milliseconds