Home
last modified time | relevance | path

Searched defs:poll_recv (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/signal/
Dwindows.rs127 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
203 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
329 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
426 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
523 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
Dunix.rs482 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
490 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>>; in poll_recv() method
495 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
Dmod.rs91 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/unix/
Dreap.rs201 fn poll_recv(&mut self, _cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dunbounded.rs431 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
Dbounded.rs644 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/datagram/
Dsocket.rs1265 pub fn poll_recv(&self, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>) -> Poll<io::Result<()>> { in poll_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Ddispatch.rs158 pub(crate) fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<(T, Callback<T, U>)>> { in poll_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Doneshot.rs1142 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/
Dudp.rs806 pub fn poll_recv(&self, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>) -> Poll<io::Result<()>> { in poll_recv() method