Searched refs:try_lock_upgradable_until (Results 1 – 2 of 2) sorted by relevance
280 fn try_lock_upgradable_until(&self, timeout: Self::Instant) -> bool; in try_lock_upgradable_until() method827 if self.raw.try_lock_upgradable_until(timeout) { in try_upgradable_read_until()
449 fn try_lock_upgradable_until(&self, timeout: Instant) -> bool { in try_lock_upgradable_until() method