Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/signal/
Dwindows.rs122 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
194 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
320 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
417 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
514 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
Dunix.rs478 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
485 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>>; in poll_recv() method
489 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
/external/rust/crates/tokio/src/sync/mpsc/
Dunbounded.rs282 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
Dbounded.rs398 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
/external/rust/crates/tokio/src/process/unix/
Dreap.rs201 fn poll_recv(&mut self, _cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
/external/rust/crates/tokio/src/net/unix/datagram/
Dsocket.rs1151 pub fn poll_recv(&self, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>) -> Poll<io::Result<()>> { in poll_recv() method
/external/rust/crates/virtio-drivers/src/device/socket/
Dvsock.rs295 pub fn poll_recv(&mut self, buffer: &mut [u8]) -> Result<Option<VsockEvent>> { in poll_recv() method
/external/rust/crates/tokio/src/net/
Dudp.rs807 pub fn poll_recv(&self, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>) -> Poll<io::Result<()>> { in poll_recv() method
/external/rust/crates/tokio/src/sync/
Doneshot.rs1127 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() method