Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/unix/
Devent.rs70 let uring_ex = URingExecutor::new().unwrap(); in next_val_reads_value_poll_and_ring() localVariable
During_source.rs557 let uring_ex = Executor::with_executor_kind(ExecutorKind::Uring).unwrap(); in await_uring_from_poll() localVariable
601 let uring_ex = Executor::with_executor_kind(ExecutorKind::Uring).unwrap(); in await_poll_from_uring() localVariable