Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot/src/
Draw_rwlock.rs434 unsafe fn downgrade_to_upgradable(&self) { in downgrade_to_upgradable() method
/external/rust/crates/spin/src/
Drw_lock.rs837 unsafe fn downgrade_to_upgradable(&self) { in downgrade_to_upgradable() method
/external/rust/crates/lock_api/src/
Drwlock.rs270 unsafe fn downgrade_to_upgradable(&self); in downgrade_to_upgradable() method
1154 pub fn downgrade_to_upgradable(s: Self) -> RwLockUpgradableReadGuard<'a, R, T> { in downgrade_to_upgradable() method