Searched refs:try_lock_shared_recursive_until (Results 1 – 2 of 2) sorted by relevance
191 fn try_lock_shared_recursive_until(&self, timeout: Self::Instant) -> bool; in try_lock_shared_recursive_until() method741 if self.raw.try_lock_shared_recursive_until(timeout) { in try_read_recursive_until()
304 fn try_lock_shared_recursive_until(&self, timeout: Self::Instant) -> bool { in try_lock_shared_recursive_until() method