Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Diothread.c44 static void *iothread_run(void *opaque) in iothread_run() function
104 qemu_thread_create(&iothread->thread, NULL, iothread_run, in iothread_new()
/qemu/
H A Diothread.c39 static void *iothread_run(void *opaque) in iothread_run() function
213 qemu_thread_create(&iothread->thread, thread_name, iothread_run, in iothread_init()