Home
last modified time | relevance | path

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

/external/rust/crates/spin/src/
Drw_lock.rs497 pub fn try_upgrade(self) -> Result<RwLockWriteGuard<'rwlock, T>, Self> { in try_upgrade() method
807 unsafe fn try_upgrade(&self) -> bool { in try_upgrade() method
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs374 unsafe fn try_upgrade(&self) -> bool { in try_upgrade() method
/external/rust/crates/lock_api/src/
Drwlock.rs227 unsafe fn try_upgrade(&self) -> bool; in try_upgrade() method
1319 pub fn try_upgrade(s: Self) -> Result<RwLockWriteGuard<'a, R, T>, Self> { in try_upgrade() method