struct v1

Defined at line 85 of file ../../sdk/lib/async/include/lib/async/dispatcher.h

Operations supported by |ASYNC_OPS_V1|.

Public Members

zx_time_t (*)(async_dispatcher_t *) now
zx_status_t (*)(async_dispatcher_t *, async_wait_t *) begin_wait
zx_status_t (*)(async_dispatcher_t *, async_wait_t *) cancel_wait
zx_status_t (*)(async_dispatcher_t *, async_task_t *) post_task
zx_status_t (*)(async_dispatcher_t *, async_task_t *) cancel_task
zx_status_t (*)(async_dispatcher_t *, async_receiver_t *, const zx_packet_user_t *) queue_packet
zx_status_t (*)(async_dispatcher_t *, async_guest_bell_trap_t *, zx_handle_t, zx_vaddr_t, size_t) set_guest_bell_trap