Home
last modified time | relevance | path

Searched refs:try_with_interrupt (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/
Dallow_std.rs23 macro_rules! try_with_interrupt { macro
93 Poll::Ready(Ok(try_with_interrupt!(self.0.write(buf)))) in poll_write()
101 Poll::Ready(Ok(try_with_interrupt!(self.0.write_vectored(bufs)))) in poll_write_vectored()
105 try_with_interrupt!(self.0.flush()); in poll_flush()
144 Poll::Ready(Ok(try_with_interrupt!(self.0.read(buf)))) in poll_read()
152 Poll::Ready(Ok(try_with_interrupt!(self.0.read_vectored(bufs)))) in poll_read_vectored()
174 Poll::Ready(Ok(try_with_interrupt!(self.0.seek(pos)))) in poll_seek()
196 Poll::Ready(Ok(try_with_interrupt!(unsafe { &mut *this }.0.fill_buf()))) in poll_fill_buf()