Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot/src/
Draw_rwlock.rs488 unsafe fn try_upgrade_for(&self, timeout: Duration) -> bool { in try_upgrade_for() method
/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