Searched defs:poll_ex (Results 1 – 3 of 3) sorted by relevance
78 let poll_ex = FdExecutor::new().unwrap(); in next_val_reads_value_poll_and_ring() localVariable
566 let poll_ex = Executor::with_executor_kind(ExecutorKind::Fd).unwrap(); in await_uring_from_poll() localVariable592 let poll_ex = Executor::with_executor_kind(ExecutorKind::Fd).unwrap(); in await_poll_from_uring() localVariable
212 pub fn poll_ex(&self) -> Result<SmallVec<[CompletionPacket; ENTRIES_PER_POLL]>> { in poll_ex() method