| /external/rust/crates/mio/src/ |
| D | poll.rs | 249 pub struct Poll { struct 258 impl Poll { implementation 416 impl AsRawFd for Poll { implementation 422 impl fmt::Debug for Poll { implementation
|
| /external/perfetto/include/perfetto/ext/base/threading/ |
| D | future_combinators.h | 43 FuturePollResult<T> Poll(PollContext*) override { return std::move(value_); } in Poll() function 56 FuturePollResult<B> Poll(PollContext* context) override { in Poll() function
|
| D | future.h | 122 FuturePollResult<T> Poll(PollContext* ctx) { return pollable_->Poll(ctx); } in Poll() function
|
| D | stream_combinators.h | 247 FuturePollResult<U> Poll(PollContext* context) override { in Poll() function
|
| /external/rust/crates/tokio/tests/ |
| D | task_local.rs | 53 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_local_available_on_abort() 103 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_local_available_on_completion_drop()
|
| D | sync_oneshot.rs | 25 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()>; in poll_closed() 28 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed()
|
| D | task_id.rs | 89 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_completion() 117 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_abort()
|
| D | rt_threaded.rs | 218 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in drop_threadpool_drops_futures() 506 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in wake_during_shutdown()
|
| /external/rust/crates/tokio/src/task/ |
| D | yield_now.rs | 48 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in yield_now()
|
| /external/rust/crates/futures/tests/ |
| D | future_obj.rs | 19 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<()> { in dropping_drops_the_future()
|
| /external/rust/crates/futures-channel/src/ |
| D | oneshot.rs | 154 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/tokio-util/src/sync/ |
| D | cancellation_token.rs | 241 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll() 301 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | for_each.rs | 64 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| D | for_each_concurrent.rs | 73 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/uwb/src/rust/uwb_core/src/ |
| D | utils.rs | 35 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/armnn/profiling/common/src/ |
| D | NetworkSockets.cpp | 92 int Poll(PollFd* fds, nfds_t numFds, int timeout) in Poll() function
|
| /external/rust/crates/futures-util/src/future/future/ |
| D | remote_handle.rs | 95 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/perfetto/src/base/ |
| D | subprocess_windows.cc | 224 Subprocess::Status Subprocess::Poll() { in Poll() function in perfetto::base::Subprocess
|
| D | subprocess_posix.cc | 293 Subprocess::Status Subprocess::Poll() { in Poll() function in perfetto::base::Subprocess
|
| /external/rust/crates/async-stream/src/ |
| D | yielder.rs | 56 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/futures-executor/tests/ |
| D | local_pool.rs | 18 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/grpc-grpc/test/cpp/interop/ |
| D | reconnect_interop_server.cc | 78 void Poll(int seconds) { reconnect_server_poll(&tcp_server_, seconds); } in Poll() function in ReconnectServiceImpl
|
| /external/rust/crates/tokio/src/sync/ |
| D | notify.rs | 745 fn poll_notified(self: Pin<&mut Self>, waker: Option<&Waker>) -> Poll<()> { in poll_notified() 899 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/crosvm/cros_async/src/ |
| D | io_ext.rs | 26 Poll(crate::sys::unix::poll_source::Error), enumerator
|
| /external/rust/crates/futures/tests_disabled/ |
| D | stream.rs | 268 fn poll(&mut self, cx: &mut Context<'_>) -> Poll<(), u32> { in peek()
|