Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Diothread.h57 IOThread *iothread_create(const char *id, Error **errp);
/qemu/
H A Diothread.c382 IOThread *iothread_create(const char *id, Error **errp) in iothread_create() function
/qemu/monitor/
H A Dmonitor.c619 mon_iothread = iothread_create("mon_iothread", &error_abort); in monitor_iothread_init()