Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/time/driver/
Dmod.rs145 struct InnerState { struct
147 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