Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/lock_api/src/
Drwlock.rs210 fn try_lock_shared_recursive_until(&self, timeout: Self::Instant) -> bool; in try_lock_shared_recursive_until() method
974 if self.raw.try_lock_shared_recursive_until(timeout) { in try_read_recursive_until()
1010 if self.raw.try_lock_shared_recursive_until(timeout) { in try_read_arc_recursive_until()
/external/rust/android-crates-io/crates/parking_lot/src/
Draw_rwlock.rs309 fn try_lock_shared_recursive_until(&self, timeout: Self::Instant) -> bool { in try_lock_shared_recursive_until() method