Home
last modified time | relevance | path

Searched refs:aio_context_new (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Diothread.c51 iothread->ctx = aio_context_new(&error_abort); in iothread_run()
H A Dtest-nested-aio-poll.c78 .ctx = aio_context_new(&error_abort), in test()
/openbmc/qemu/util/
H A Dmain-loop.c168 qemu_aio_context = aio_context_new(errp); in qemu_init_main_loop()
625 iohandler_ctx = aio_context_new(&error_abort); in iohandler_init()
H A Dasync.c574 AioContext *aio_context_new(Error **errp) in aio_context_new() function
/openbmc/qemu/include/block/
H A Daio.h263 AioContext *aio_context_new(Error **errp);
/openbmc/qemu/
H A Diothread.c189 iothread->ctx = aio_context_new(errp); in iothread_init()