Searched refs:poll_source (Results 1 – 3 of 3) sorted by relevance
32 Poll(crate::poll_source::Error),45 impl From<crate::poll_source::Error> for Error {46 fn from(err: crate::poll_source::Error) -> Self { in from()254 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readvec() localVariable255 poll_ex.run_until(go(poll_source)).unwrap(); in readvec()276 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writevec() localVariable277 poll_ex.run_until(go(poll_source)).unwrap(); in writevec()316 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readmem() localVariable317 poll_ex.run_until(go(poll_source)).unwrap(); in readmem()342 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writemem() localVariable[all …]
67 mod poll_source; module83 pub use poll_source::PollSource;
9 use crate::poll_source::Error as PollError;