Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dio_ext.rs183 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()
Dexecutor.rs22 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()
Devent.rs22 super::executor::async_poll_from(event, ex).map(|io_source| EventAsync { io_source }) in new_poll()
Dtimer.rs27 super::executor::async_poll_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_poll()
/external/crosvm/common/cros_async/src/
Dio_ext.rs183 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()
Dexecutor.rs22 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()
Devent.rs22 super::executor::async_poll_from(event, ex).map(|io_source| EventAsync { io_source }) in new_poll()
Dtimer.rs27 super::executor::async_poll_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_poll()