Home
last modified time | relevance | path

Searched refs:poll_read_io (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dasync_source.rs158 pub(crate) fn poll_read_io<R>(
183 let ret = self.poll_read_io(cx, || unsafe {
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs224 return self.poll_read_io(cx, io, read, buf); in data()
230 fn poll_read_io( in poll_read_io() method
319 return self.poll_read_io(cx, buf, io, read); in data()
349 fn poll_read_io( in poll_read_io() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs473 let ret = self.source.poll_read_io(cx, || unsafe { in poll_peek_from()
573 let ret = self.source.poll_read_io(cx, || unsafe { in poll_recv_from()
1169 let ret = self.source.poll_read_io(cx, || unsafe { in poll_recv()