Home
last modified time | relevance | path

Searched refs:TryLockError (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/core/
Dshared_mutex.rs6 use tokio::sync::{Mutex, OwnedMutexGuard, Semaphore, TryLockError};
54 pub fn try_lock(&self) -> Result<OwnedMutexGuard<T>, TryLockError> { in try_lock() argument