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