Searched refs:time_elapsed_ms (Results 1 – 4 of 4) sorted by relevance
317 const std::chrono::milliseconds time_elapsed_ms, in throttlingReleaseUpdate() argument335 if (time_elapsed_ms > power_status.time_remaining) { in throttlingReleaseUpdate()338 power_status.time_remaining = power_status.time_remaining - time_elapsed_ms; in throttlingReleaseUpdate()
86 const std::chrono::milliseconds time_elapsed_ms,
505 auto time_elapsed_ms = std::chrono::duration_cast<std::chrono::milliseconds>(boot_clock::now() - in threadLoop() local508 if (time_elapsed_ms < sleep_ms_ && in threadLoop()
199 const std::chrono::milliseconds time_elapsed_ms, size_t target_state);