Home
last modified time | relevance | path

Searched refs:qemu_event_destroy (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthread.h187 void qemu_event_destroy(QemuEvent *ev);
/openbmc/qemu/tests/unit/
H A Dtest-aio-multithread.c96 qemu_event_destroy(&done_event); in join_aio_contexts()
H A Dtest-bdrv-drain.c2129 qemu_event_destroy(&done_event); in main()
/openbmc/qemu/util/
H A Dqemu-thread-win32.c265 void qemu_event_destroy(QemuEvent *ev) in qemu_event_destroy() function
H A Dqemu-thread-posix.c375 void qemu_event_destroy(QemuEvent *ev) in qemu_event_destroy() function
/openbmc/qemu/migration/
H A Dcolo.c631 qemu_event_destroy(&s->colo_checkpoint_event); in colo_process_checkpoint()