Lines Matching refs:Timer
85 Watchdog::Timer Watchdog::CreateFatalTimer(uint32_t ms) {
87 return Watchdog::Timer(0);
89 return Watchdog::Timer(ms);
244 Watchdog::Timer::Timer(uint32_t ms) {
246 return; // No-op timer created when the watchdog is disabled.
259 Watchdog::Timer::~Timer() {
265 Watchdog::Timer::Timer(Timer&& other) noexcept {