Searched refs:hw_watchdog_timer (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/watchdog/
H A Dwatchdog.c94 static timer_t hw_watchdog_timer; variable
106 timer_init(&hw_watchdog_timer);
121 timer_set_periodic(&hw_watchdog_timer,
126 timer_cancel(&hw_watchdog_timer);

Completed in 104 milliseconds