Home
last modified time | relevance | path

Searched defs:try_read (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dstream.rs238 pub fn try_read(&self, buf: &mut [u8]) -> Result<usize> { in try_read() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs189 pub fn try_read(&self, buf: &mut [u8]) -> io::Result<usize> { in try_read() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Drwlock.rs136 pub fn try_read(&self) -> Result<RwLockReadGuard<'_, T>, LockError> { in try_read() method