Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot_core/src/thread_parker/
Dmod.rs33 unsafe fn park_until(&self, timeout: Instant) -> bool; in park_until() method
Dwasm.rs37 unsafe fn park_until(&self, _timeout: Instant) -> bool { in park_until() method
Dgeneric.rs51 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
Dsgx.rs60 unsafe fn park_until(&self, _timeout: Instant) -> bool { in park_until() method
Dwasm_atomic.rs56 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
Dlinux.rs71 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
Dredox.rs59 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
Dunix.rs85 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
/external/rust/crates/parking_lot_core/src/thread_parker/windows/
Dmod.rs124 pub unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
Dwaitaddress.rs71 pub fn park_until(&'static self, key: &AtomicUsize, timeout: Instant) -> bool { in park_until() method
Dkeyed_event.rs111 pub unsafe fn park_until(&'static self, key: &AtomicUsize, timeout: Instant) -> bool { in park_until() method