Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dmonitor.c54 IOThread *mon_iothread; variable
544 aio_notify(iothread_get_aio_context(mon_iothread)); in monitor_suspend()
579 ctx = iothread_get_aio_context(mon_iothread); in monitor_resume()
619 mon_iothread = iothread_create("mon_iothread", &error_abort); in monitor_iothread_init()
625 if (use_io_thread && !mon_iothread) { in monitor_data_init()
680 if (mon_iothread) { in monitor_cleanup()
681 iothread_stop(mon_iothread); in monitor_cleanup()
699 if (mon_iothread) { in monitor_cleanup()
700 iothread_destroy(mon_iothread); in monitor_cleanup()
701 mon_iothread = NULL; in monitor_cleanup()
H A Dmonitor-internal.h165 extern IOThread *mon_iothread;
H A Dqmp.c507 context = iothread_get_g_main_context(mon_iothread); in monitor_qmp_setup_handlers_bh()
546 aio_bh_schedule_oneshot(iothread_get_aio_context(mon_iothread), in monitor_init_qmp()