Searched defs:try_lock (Results 1 – 6 of 6) sorted by relevance
2 macro_rules! try_lock { macro
44 inline bool Spinlock::try_lock() noexcept in try_lock() function
60 bool try_lock() { in try_lock() function
126 bool try_lock() { in try_lock() function
40 MARL_NO_EXPORT inline bool try_lock() TRY_ACQUIRE(true) { in try_lock() function
67 pub(crate) fn try_lock(&self) -> Option<MutexGuard<'_, T>> { in try_lock() method