Searched refs:mon_iothread (Results 1 – 3 of 3) sorted by relevance
54 IOThread *mon_iothread; variable546 aio_notify(iothread_get_aio_context(mon_iothread)); in monitor_suspend()581 ctx = iothread_get_aio_context(mon_iothread); in monitor_resume()621 mon_iothread = iothread_create("mon_iothread", &error_abort); in monitor_iothread_init()627 if (use_io_thread && !mon_iothread) { in monitor_data_init()682 if (mon_iothread) { in monitor_cleanup()683 iothread_stop(mon_iothread); in monitor_cleanup()701 if (mon_iothread) { in monitor_cleanup()702 iothread_destroy(mon_iothread); in monitor_cleanup()703 mon_iothread = NULL; in monitor_cleanup()
165 extern IOThread *mon_iothread;
505 context = iothread_get_g_main_context(mon_iothread); in monitor_qmp_setup_handlers_bh()544 aio_bh_schedule_oneshot(iothread_get_aio_context(mon_iothread), in monitor_init_qmp()