Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dlockfile.py83 class LockError(Error): class
94 class LockTimeout(LockError):
104 class AlreadyLocked(LockError):
114 class LockFailed(LockError):
/external/rust/crates/plotters/src/style/font/
Dttf.rs21 LockError, enumerator
29 FontError::LockError => write!(fmt, "Could not lock mutex"), in fmt()
110 .map_err(|_| FontError::LockError)? in load_font_data()
121 let mut cache = CACHE.write().map_err(|_| FontError::LockError)?; in clear_font_cache()