Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmain-loop.c617 static AioContext *iohandler_ctx; variable
621 if (!iohandler_ctx) { in iohandler_init()
622 iohandler_ctx = aio_context_new(&error_abort); in iohandler_init()
629 return iohandler_ctx; in iohandler_get_aio_context()
635 return aio_get_g_source(iohandler_ctx); in iohandler_get_g_source()
644 aio_set_fd_handler(iohandler_ctx, fd, fd_read, fd_write, NULL, NULL, in qemu_set_fd_handler()
652 aio_set_event_notifier(iohandler_ctx, e, handler, NULL, NULL); in event_notifier_set_handler()