Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 25 of 40) sorted by relevance

12

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dwrite_task.rs58 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
98 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
140 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
177 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
202 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
Dread_task.rs61 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
115 let poll = Pin::new(&mut reader).poll_read(cx, &mut read_buf); in poll_read_to_end() localVariable
139 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
211 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
246 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
330 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
366 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
Dseek_task.rs44 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dyield_now.rs45 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
67 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
Djoin_handle.rs102 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dpoll.rs37 pub fn poll(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in poll() method
81 let poll = Poll::new().unwrap(); in ut_poll_debug_info() localVariable
Dlib.rs16 mod poll; module
Dwaker.rs48 let poll = Poll::new().unwrap(); in ut_waker_debug_info() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
Dylong_io_tcp_server.rs28 let poll = Poll::new()?; in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dfutures.rs34 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtask_cancel.rs74 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
Dtimer_test.rs101 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
Djoin_set.rs52 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dtimeout.rs43 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Doperator.rs109 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
127 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimeout.rs72 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
Duds_test.rs70 let poll = Poll::new()?; in server() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
Dresolver.rs81 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Doperator.rs102 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Daddr.rs63 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
68 let poll = Pin::new(&mut task).poll(cx)?; in poll() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dinput.rs72 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
Doutput.rs54 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs372 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
398 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Ddriver.rs61 poll: Arc<Poll>, field
197 let poll = in initialize() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dtry_join3.rs96 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method

12