Searched refs:Timekeeper (Results 1 – 1 of 1) sorted by relevance
34 static mut __TIMEKEEPER: Option<Timekeeper> = None;37 pub struct Timekeeper { struct103 impl Timekeeper { impl293 pub fn timekeeper() -> &'static Timekeeper { in timekeeper()300 unsafe { __TIMEKEEPER = Some(Timekeeper::new()) }; in timekeeper_init()