Home
last modified time | relevance | path

Searched refs:next_wake (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/runtime/time/
Dmod.rs115 next_wake: Option<NonZeroU64>, field
136 next_wake: None, in new()
181 let next_wake = lock.wheel.next_expiration_time(); in park_internal() localVariable
182 lock.next_wake = in park_internal()
183 next_wake.map(|t| NonZeroU64::new(t).unwrap_or_else(|| NonZeroU64::new(1).unwrap())); in park_internal()
187 match next_wake { in park_internal()
299 lock.next_wake = lock in process_at_time()
368 .next_wake in reregister()
369 .map(|next_wake| when < next_wake.get()) in reregister()