Home
last modified time | relevance | path

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

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