Home
last modified time | relevance | path

Searched defs:try_recv (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dmod.rs259 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
H A Dqueue.rs185 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs377 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
H A Darray.rs142 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Doneshot.rs326 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs168 pub fn try_recv(&self, buf: &mut [u8]) -> Result<usize> { in try_recv() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs1122 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method