Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot/src/
Draw_rwlock.rs475 unsafe fn try_upgrade_until(&self, timeout: Instant) -> bool { in try_upgrade_until() method
/external/rust/crates/lock_api/src/
Drwlock.rs296 unsafe fn try_upgrade_until(&self, timeout: Self::Instant) -> bool; in try_upgrade_until() method
1440 pub fn try_upgrade_until( in try_upgrade_until() method