Home
last modified time | relevance | path

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

/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
1445 if unsafe { s.rwlock.raw.try_upgrade_until(timeout) } { in try_upgrade_until()
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs475 unsafe fn try_upgrade_until(&self, timeout: Instant) -> bool { in try_upgrade_until() method