Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/spin/src/
Drwlock.rs565 pub fn try_upgrade(self) -> Result<RwLockWriteGuard<'rwlock, T, R>, Self> { in try_upgrade() method
891 unsafe fn try_upgrade(&self) -> bool { in try_upgrade() method
/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Drwlock.rs246 unsafe fn try_upgrade(&self) -> bool; in try_upgrade() method
1956 pub fn try_upgrade(s: Self) -> Result<RwLockWriteGuard<'a, R, T>, Self> { in try_upgrade() method
2308 pub fn try_upgrade(s: Self) -> Result<ArcRwLockWriteGuard<R, T>, Self> { in try_upgrade() method
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Draw_rwlock.rs379 unsafe fn try_upgrade(&self) -> bool { in try_upgrade() method