Home
last modified time | relevance | path

Searched refs:watchdog_func (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/time/
H A Dclocksource.rs911 let watchdog_func = Box::new(WatchdogTimerFunc {}); in create_new_watchdog_timer_function() localVariable
912 let watchdog_timer = Timer::new(watchdog_func, cs_watchdog.timer_expires); in create_new_watchdog_timer_function()