Searched defs:InnerState (Results 1 – 1 of 1) sorted by relevance
145 struct InnerState { struct147 time_source: ClockTime,150 elapsed: u64,153 next_wake: Option<NonZeroU64>,156 wheel: wheel::Wheel,159 unpark: Box<dyn Unpark>,446 pub(super) fn lock(&self) -> crate::loom::sync::MutexGuard<'_, InnerState> { in lock() argument