Home
last modified time | relevance | path

Searched defs:WouldBlock (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/sync/src/
Dmutex.rs74 pub fn try_lock(&self) -> Result<MutexGuard<T>, WouldBlock> { in try_lock() argument
113 pub struct WouldBlock; struct
115 impl Display for WouldBlock { implementation
121 impl std::error::Error for WouldBlock {} implementation