Searched refs:try_lock_explicit (Results 1 – 2 of 2) sorted by relevance
204 if let Some(mut locked) = self.inner.task.try_lock_explicit(SeqCst, SeqCst) { in poll_want()347 if let Some(mut locked) = self.inner.task.try_lock_explicit(SeqCst, SeqCst) { in signal()
129 …pub fn try_lock_explicit(&self, lock_order: Ordering, unlock_order: Ordering) -> Option<Locked<T>>… in try_lock_explicit() method