Searched defs:poll_recv (Results 1 – 10 of 10) sorted by relevance
| /external/rust/crates/tokio/src/signal/ |
| D | windows.rs | 122 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
|
| D | unix.rs | 478 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
|
| D | mod.rs | 91 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
|
| /external/rust/crates/tokio/src/sync/mpsc/ |
| D | unbounded.rs | 282 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
|
| D | bounded.rs | 398 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_recv() method
|
| /external/rust/crates/tokio/src/process/unix/ |
| D | reap.rs | 201 fn poll_recv(&mut self, _cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() method
|
| /external/rust/crates/tokio/src/net/unix/datagram/ |
| D | socket.rs | 1151 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/ |
| D | vsock.rs | 295 pub fn poll_recv(&mut self, buffer: &mut [u8]) -> Result<Option<VsockEvent>> { in poll_recv() method
|
| /external/rust/crates/tokio/src/net/ |
| D | udp.rs | 807 pub fn poll_recv(&self, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>) -> Poll<io::Result<()>> { in poll_recv() method
|
| /external/rust/crates/tokio/src/sync/ |
| D | oneshot.rs | 1127 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() method
|