Searched refs:iohandler_ctx (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | main-loop.c | 620 static AioContext *iohandler_ctx; in iohandler_init() 624 if (!iohandler_ctx) { in iohandler_init() 625 iohandler_ctx = aio_context_new(&error_abort); 632 return iohandler_ctx; in iohandler_get_g_source() 638 return aio_get_g_source(iohandler_ctx); in qemu_set_fd_handler() 647 aio_set_fd_handler(iohandler_ctx, fd, fd_read, fd_write, NULL, NULL, 655 aio_set_event_notifier(iohandler_ctx, e, handler, NULL, NULL); 617 static AioContext *iohandler_ctx; global() variable
|