Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Drwlock.rs206 fn try_lock_shared_recursive_for(&self, timeout: Self::Duration) -> bool; in try_lock_shared_recursive_for() method
946 if self.raw.try_lock_shared_recursive_for(timeout) { in try_read_recursive_for()
983 if self.raw.try_lock_shared_recursive_for(timeout) { in try_read_arc_recursive_for()
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Draw_rwlock.rs296 fn try_lock_shared_recursive_for(&self, timeout: Self::Duration) -> bool { in try_lock_shared_recursive_for() method