Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-thread.h41 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2);
Dqemu-thread.c184 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2) in qemu_thread_equal() function
Dcpus.c540 if (!qemu_thread_equal(&me, &io_thread)) { in vm_stop()