Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs27 impl TimeoutInstant { impl
104 pub fn new(timeout: TimeoutInstant, seed: u32) -> Self { in new()
124 fn new(timeout: TimeoutInstant, seed: u32) -> FairTimeout { in new()