Home
last modified time | relevance | path

Searched defs:Poll (Results 1 – 25 of 35) sorted by relevance

12

/external/rust/crates/mio/src/
Dpoll.rs204 pub struct Poll { struct
213 impl Poll { argument
319 impl Poll { impl
362 impl AsRawFd for Poll { implementation
368 impl fmt::Debug for Poll { implementation
/external/rust/crates/tokio/tests/
Dsync_oneshot.rs17 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()>; in poll_closed()
20 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed()
Drt_threaded.rs177 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in drop_threadpool_drops_futures()
439 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in wake_during_shutdown()
Drt_basic.rs151 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in drop_tasks_in_context()
/external/rust/crates/tokio/src/task/
Dyield_now.rs47 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in yield_now()
/external/rust/crates/futures/tests/
Dfuture_obj.rs19 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<()> { in dropping_drops_the_future()
/external/uwb/src/rust/uwb_core/src/
Dutils.rs34 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
/external/rust/crates/futures-channel/src/
Doneshot.rs154 fn poll_canceled(&self, cx: &mut Context<'_>) -> Poll<()> { in poll_canceled()
357 pub fn poll_canceled(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_canceled()
411 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
/external/rust/crates/futures-util/src/stream/stream/
Dfor_each.rs64 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
Dfor_each_concurrent.rs73 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
/external/rust/crates/flate2/src/zlib/
Dwrite.rs171 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
335 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
Dread.rs128 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
262 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
Dbufread.rs130 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
255 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
/external/rust/crates/flate2/src/deflate/
Dread.rs131 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
263 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
Dwrite.rs171 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
336 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
Dbufread.rs134 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
265 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
/external/armnn/profiling/common/src/
DNetworkSockets.cpp90 int Poll(PollFd* fds, nfds_t numFds, int timeout) in Poll() function
/external/rust/crates/flate2/src/gz/
Dread.rs193 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
300 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
Dwrite.rs163 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
390 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
/external/rust/crates/futures-util/src/future/future/
Dremote_handle.rs95 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
/external/rust/crates/futures-executor/tests/
Dlocal_pool.rs18 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in poll()
372 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in tasks_are_scheduled_fairly()
/external/perfetto/src/base/
Dsubprocess_windows.cc224 Subprocess::Status Subprocess::Poll() { in Poll() function in perfetto::base::Subprocess
Dsubprocess_posix.cc293 Subprocess::Status Subprocess::Poll() { in Poll() function in perfetto::base::Subprocess
/external/rust/crates/async-stream/src/
Dyielder.rs51 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in poll()
/external/grpc-grpc/test/cpp/interop/
Dreconnect_interop_server.cc78 void Poll(int seconds) { reconnect_server_poll(&tcp_server_, seconds); } in Poll() function in ReconnectServiceImpl

12