Searched defs:try_lock (Results 1 – 2 of 2) sorted by relevance
92 pub fn try_lock(&self) -> Result<MutexGuard<T>, SystemError> { in try_lock() method
101 pub fn try_lock(&self) -> Result<SpinLockGuard<T>, SystemError> { in try_lock() method