Searched refs:min_sleep_ms (Results 1 – 1 of 1) sorted by relevance
1331 auto min_sleep_ms = std::chrono::milliseconds::max(); in thermalWatcherCallbackFunc() local1409 if (min_sleep_ms > timeout_remaining) { in thermalWatcherCallbackFunc()1410 min_sleep_ms = timeout_remaining; in thermalWatcherCallbackFunc()1475 if (min_sleep_ms > sleep_ms) { in thermalWatcherCallbackFunc()1476 min_sleep_ms = sleep_ms; in thermalWatcherCallbackFunc()1480 << ", min_sleep_ms voting result=" << min_sleep_ms.count(); in thermalWatcherCallbackFunc()1511 return min_sleep_ms; in thermalWatcherCallbackFunc()