Searched refs:try_upgrade_until (Results 1 – 2 of 2) sorted by relevance
296 unsafe fn try_upgrade_until(&self, timeout: Self::Instant) -> bool; in try_upgrade_until() method1440 pub fn try_upgrade_until( in try_upgrade_until() method1445 if unsafe { s.rwlock.raw.try_upgrade_until(timeout) } { in try_upgrade_until()
475 unsafe fn try_upgrade_until(&self, timeout: Instant) -> bool { in try_upgrade_until() method