Searched defs:try_upgrade (Results 1 – 3 of 3) sorted by relevance
565 pub fn try_upgrade(self) -> Result<RwLockWriteGuard<'rwlock, T, R>, Self> { in try_upgrade() method891 unsafe fn try_upgrade(&self) -> bool { in try_upgrade() method
246 unsafe fn try_upgrade(&self) -> bool; in try_upgrade() method1956 pub fn try_upgrade(s: Self) -> Result<RwLockWriteGuard<'a, R, T>, Self> { in try_upgrade() method2308 pub fn try_upgrade(s: Self) -> Result<ArcRwLockWriteGuard<R, T>, Self> { in try_upgrade() method
379 unsafe fn try_upgrade(&self) -> bool { in try_upgrade() method