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.rs154 struct InnerState { struct
156 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