Searched defs:EventAsync (Results 1 – 5 of 5) sorted by relevance
10 pub struct EventAsync { struct14 impl EventAsync { argument15 pub fn new(event: EventFd, ex: &Executor) -> AsyncResult<EventAsync> { in new()21 pub(crate) fn new_poll(event: EventFd, ex: &crate::FdExecutor) -> AsyncResult<EventAsync> { in new_poll()26 pub(crate) fn new_uring(event: EventFd, ex: &crate::URingExecutor) -> AsyncResult<EventAsync> { in new_uring()
30 resample_evt: EventAsync, in handle_irq_resample()43 async fn wait_kill(kill_evt: EventAsync) { in wait_kill()
162 mut queue_event: EventAsync, in handle_queue()192 mut queue_event: EventAsync, in handle_stats_queue()299 async fn wait_kill(kill_evt: EventAsync) { in wait_kill()
321 evt: EventAsync, in handle_queue()375 async fn wait_kill(kill_evt: EventAsync) { in wait_kill()
457 eventfd: &mut EventAsync, in next_async()