Home
last modified time | relevance | path

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

/external/rust/crates/lock_api/src/
Drwlock.rs288 unsafe fn try_upgrade_for(&self, timeout: Self::Duration) -> bool; in try_upgrade_for() method
1417 pub fn try_upgrade_for( in try_upgrade_for() method
1422 if unsafe { s.rwlock.raw.try_upgrade_for(timeout) } { in try_upgrade_for()
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs488 unsafe fn try_upgrade_for(&self, timeout: Duration) -> bool { in try_upgrade_for() method