Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dtimekeeping.rs34 static mut __TIMEKEEPER: Option<Timekeeper> = None;
37 pub struct Timekeeper { struct
103 impl Timekeeper { impl
293 pub fn timekeeper() -> &'static Timekeeper { in timekeeper()
300 unsafe { __TIMEKEEPER = Some(Timekeeper::new()) }; in timekeeper_init()