Home
last modified time | relevance | path

Searched defs:TimerFunction (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/time/
Dtimer.rs36 pub trait TimerFunction: Send + Sync + Debug { trait
72 pub fn new(timer_func: Box<dyn TimerFunction>, expire_jiffies: u64) -> Arc<Self> { in new()