Home
last modified time | relevance | path

Searched defs:poll_ex (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/cros_async/src/
Dio_ext.rs197 let poll_ex = FdExecutor::new().unwrap(); in await_uring_from_poll() localVariable
219 let poll_ex = FdExecutor::new().unwrap(); in await_poll_from_uring() localVariable
253 let poll_ex = FdExecutor::new().unwrap(); in readvec() localVariable
275 let poll_ex = FdExecutor::new().unwrap(); in writevec() localVariable
315 let poll_ex = FdExecutor::new().unwrap(); in readmem() localVariable
341 let poll_ex = FdExecutor::new().unwrap(); in writemem() localVariable
376 let poll_ex = FdExecutor::new().unwrap(); in read_eventfds() localVariable
Devent.rs75 let poll_ex = FdExecutor::new().unwrap(); in next_val_reads_value_poll_and_ring() localVariable