Searched refs:async_poll_from (Results 1 – 8 of 8) sorted by relevance
/external/crosvm/cros_async/src/ |
D | io_ext.rs | 183 executor::{async_poll_from, async_uring_from}, 315 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readvec() 340 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writevec() 383 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readmem() 412 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writemem() 453 let poll_source = async_poll_from(eventfd, &poll_ex).unwrap(); in read_eventfds()
|
D | executor.rs | 22 pub(crate) fn async_poll_from<'a, F: IntoAsync + Send + 'a>( in async_poll_from() function 145 Executor::Fd(ex) => async_poll_from(f, ex), in async_from()
|
D | event.rs | 22 super::executor::async_poll_from(event, ex).map(|io_source| EventAsync { io_source }) in new_poll()
|
D | timer.rs | 27 super::executor::async_poll_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_poll()
|
/external/crosvm/common/cros_async/src/ |
D | io_ext.rs | 183 executor::{async_poll_from, async_uring_from}, 315 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readvec() 340 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writevec() 383 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readmem() 412 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writemem() 453 let poll_source = async_poll_from(eventfd, &poll_ex).unwrap(); in read_eventfds()
|
D | executor.rs | 22 pub(crate) fn async_poll_from<'a, F: IntoAsync + Send + 'a>( in async_poll_from() function 145 Executor::Fd(ex) => async_poll_from(f, ex), in async_from()
|
D | event.rs | 22 super::executor::async_poll_from(event, ex).map(|io_source| EventAsync { io_source }) in new_poll()
|
D | timer.rs | 27 super::executor::async_poll_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_poll()
|