Home
last modified time | relevance | path

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

/external/rust/crates/lock_api/src/
Drwlock.rs165 fn try_lock_exclusive_until(&self, timeout: Self::Instant) -> bool; in try_lock_exclusive_until() method
653 if self.raw.try_lock_exclusive_until(timeout) { in try_write_until()
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs248 fn try_lock_exclusive_until(&self, timeout: Instant) -> bool { in try_lock_exclusive_until() method