Searched refs:try_lock_exclusive_for (Results 1 – 2 of 2) sorted by relevance
162 fn try_lock_exclusive_for(&self, timeout: Self::Duration) -> bool; in try_lock_exclusive_for() method637 if self.raw.try_lock_exclusive_for(timeout) { in try_write_for()
231 fn try_lock_exclusive_for(&self, timeout: Duration) -> bool { in try_lock_exclusive_for() method