Searched refs:try_lock_exclusive_until (Results 1 – 2 of 2) sorted by relevance
165 fn try_lock_exclusive_until(&self, timeout: Self::Instant) -> bool; in try_lock_exclusive_until() method653 if self.raw.try_lock_exclusive_until(timeout) { in try_write_until()
248 fn try_lock_exclusive_until(&self, timeout: Instant) -> bool { in try_lock_exclusive_until() method