Home
last modified time | relevance | path

Searched defs:EventAsync (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/cros_async/src/
Devent.rs10 pub struct EventAsync { struct
14 impl EventAsync { argument
15 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()
/external/crosvm/devices/src/virtio/vhost/user/
Dworker.rs30 resample_evt: EventAsync, in handle_irq_resample()
43 async fn wait_kill(kill_evt: EventAsync) { in wait_kill()
/external/crosvm/devices/src/virtio/
Dballoon.rs162 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()
Dblock_async.rs321 evt: EventAsync, in handle_queue()
375 async fn wait_kill(kill_evt: EventAsync) { in wait_kill()
Dqueue.rs457 eventfd: &mut EventAsync, in next_async()