Searched refs:timeout_remaining (Results 1 – 1 of 1) sorted by relevance
1408 auto timeout_remaining = sleep_ms - time_elapsed_ms; in thermalWatcherCallbackFunc() local1409 if (min_sleep_ms > timeout_remaining) { in thermalWatcherCallbackFunc()1410 min_sleep_ms = timeout_remaining; in thermalWatcherCallbackFunc()1413 << ": timeout_remaining=" << timeout_remaining.count(); in thermalWatcherCallbackFunc()