Home
last modified time | relevance | path

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

/qemu/include/block/
H A Daio_task.h29 typedef struct AioTask AioTask; typedef
31 struct AioTask { struct
32 AioTaskPool *pool; argument
33 AioTaskFunc func; argument
44 void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task); argument