Searched refs:nowEndSysTimeMs (Results 1 – 1 of 1) sorted by relevance
104 int64_t nowEndSysTimeMs = GetSysClockTime() / TIME_TRANSITION; in SleepAndUpdateTime() local105 int64_t sleepTimeMs = BLOCK_TIME_MS - (nowEndSysTimeMs - currentTimeMs) % BLOCK_TIME_MS; in SleepAndUpdateTime()107 currentTimeMs = nowEndSysTimeMs + sleepTimeMs; in SleepAndUpdateTime()