Searched defs:try_lock (Results 1 – 7 of 7) sorted by relevance
44 inline bool try_lock() in try_lock() function78 inline bool try_lock() in try_lock() function
49 inline bool try_lock() in try_lock() function
34 bool mutexPrivate::try_lock() in try_lock() function in ffrt::mutexPrivate79 bool RecursiveMutexPrivate::try_lock() in try_lock() function in ffrt::RecursiveMutexPrivate
81 bool try_lock() in try_lock() function
109 virtual bool try_lock() {return false;} in try_lock() function
49 bool Mutex::try_lock() in try_lock() function in OHOS::Media::Mutex
123 pub fn try_lock(&self) -> Result<MutexGuard<'_, T>, LockError> { in try_lock() method