Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Drwlock.rs199 fn try_lock_shared_recursive(&self) -> bool; in try_lock_shared_recursive() method
894 if self.raw.try_lock_shared_recursive() { in try_read_recursive()
921 if self.raw.try_lock_shared_recursive() { in try_read_recursive_arc()
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Draw_rwlock.rs281 fn try_lock_shared_recursive(&self) -> bool { in try_lock_shared_recursive() method