Searched defs:park_until (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/parking_lot_core/src/thread_parker/ |
| D | mod.rs | 33 unsafe fn park_until(&self, timeout: Instant) -> bool; in park_until() method
|
| D | wasm.rs | 37 unsafe fn park_until(&self, _timeout: Instant) -> bool { in park_until() method
|
| D | generic.rs | 51 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
|
| D | sgx.rs | 60 unsafe fn park_until(&self, _timeout: Instant) -> bool { in park_until() method
|
| D | wasm_atomic.rs | 56 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
|
| D | linux.rs | 71 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
|
| D | redox.rs | 59 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
|
| D | unix.rs | 85 unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
|
| /external/rust/crates/parking_lot_core/src/thread_parker/windows/ |
| D | mod.rs | 124 pub unsafe fn park_until(&self, timeout: Instant) -> bool { in park_until() method
|
| D | waitaddress.rs | 71 pub fn park_until(&'static self, key: &AtomicUsize, timeout: Instant) -> bool { in park_until() method
|
| D | keyed_event.rs | 111 pub unsafe fn park_until(&'static self, key: &AtomicUsize, timeout: Instant) -> bool { in park_until() method
|