Searched defs:InnerState (Results 1 – 1 of 1) sorted by relevance
154 struct InnerState { struct156 time_source: ClockTime,159 elapsed: u64,162 next_wake: Option<NonZeroU64>,165 wheel: wheel::Wheel,168 unpark: Box<dyn Unpark>,511 pub(super) fn lock(&self) -> crate::loom::sync::MutexGuard<'_, InnerState> { in lock() argument