Searched defs:try_read (Results 1 – 6 of 6) sorted by relevance
429 pub fn try_read(&self) -> Result<RwLockReadGuard<'_, T>, TryLockError> { in try_read() method
268 pub fn try_read(&self, buf: &mut [u8]) -> io::Result<usize> { in try_read() method
558 pub fn try_read(&self, buf: &mut [u8]) -> io::Result<usize> { in try_read() method
224 pub fn try_read(&self) -> TryLockResult<ShardedLockReadGuard<'_, T>> { in try_read() method
196 pub fn try_read(&self) -> Option<RwLockReadGuard<T>> { in try_read() method
442 pub fn try_read(&self) -> Option<RwLockReadGuard<'_, R, T>> { in try_read() method