Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/unix/
Devent.rs78 let poll_ex = FdExecutor::new().unwrap(); in next_val_reads_value_poll_and_ring() localVariable
During_source.rs566 let poll_ex = Executor::with_executor_kind(ExecutorKind::Fd).unwrap(); in await_uring_from_poll() localVariable
592 let poll_ex = Executor::with_executor_kind(ExecutorKind::Fd).unwrap(); in await_poll_from_uring() localVariable
/external/crosvm/cros_async/src/sys/windows/
Dio_completion_port.rs212 pub fn poll_ex(&self) -> Result<SmallVec<[CompletionPacket; ENTRIES_PER_POLL]>> { in poll_ex() method