Searched refs:try_lock_shared_recursive_for (Results 1 – 2 of 2) sorted by relevance
187 fn try_lock_shared_recursive_for(&self, timeout: Self::Duration) -> bool; in try_lock_shared_recursive_for() method722 if self.raw.try_lock_shared_recursive_for(timeout) { in try_read_recursive_for()
291 fn try_lock_shared_recursive_for(&self, timeout: Self::Duration) -> bool { in try_lock_shared_recursive_for() method