Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs166 let wd_timer_func: Box<WatchdogTimerFunc> = Box::new(WatchdogTimerFunc {}); in clocksource_start_watchdog()
193 pub struct WatchdogTimerFunc; struct
194 impl TimerFunction for WatchdogTimerFunc { implementation
911 let watchdog_func = Box::new(WatchdogTimerFunc {}); in create_new_watchdog_timer_function()