Home
last modified time | relevance | path

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

/external/rust/crates/lock_api/src/
Drwlock.rs180 fn try_lock_shared_recursive(&self) -> bool; in try_lock_shared_recursive() method
697 if self.raw.try_lock_shared_recursive() { in try_read_recursive()
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs276 fn try_lock_shared_recursive(&self) -> bool { in try_lock_shared_recursive() method