Searched refs:nowSysTimeMs (Results 1 – 1 of 1) sorted by relevance
1123 int64_t nowSysTimeMs = 0; in ParseCommand() local1155 nowSysTimeMs = nowSysTimeUs / TIME_TRANSITION; in ParseCommand()1156 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()1204 nowSysTimeMs = nowSysTimeUs / TIME_TRANSITION; in ParseCommand()1205 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()