Home
last modified time | relevance | path

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

/external/rust/crates/lock_api/src/
Drwlock.rs59 fn try_lock_exclusive(&self) -> bool; in try_lock_exclusive() method
71 let acquired_lock = self.try_lock_exclusive(); in is_locked()
475 if self.raw.try_lock_exclusive() { in try_write()
/external/rust/crates/spin/src/
Drw_lock.rs736 fn try_lock_exclusive(&self) -> bool { in try_lock_exclusive() method
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs81 fn try_lock_exclusive(&self) -> bool { in try_lock_exclusive() method