Searched refs:qemu_event_init (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/util/ |
H A D | rcu.c | 343 qemu_event_init(&rcu_drain.drain_complete_event, false); in drain_call_rcu() 408 qemu_event_init(&rcu_gp_event, true); in rcu_init_complete() 410 qemu_event_init(&rcu_call_ready_event, false); in rcu_init_complete()
|
H A D | qemu-thread-win32.c | 257 void qemu_event_init(QemuEvent *ev, bool init) in qemu_event_init() function
|
H A D | qemu-thread-posix.c | 364 void qemu_event_init(QemuEvent *ev, bool init) in qemu_event_init() function
|
H A D | qemu-timer.c | 104 qemu_event_init(&timer_list->timers_done_ev, true); in timerlist_new()
|
/openbmc/qemu/accel/ |
H A D | accel-blocker.c | 39 qemu_event_init(&accel_in_ioctl_event, false); in accel_blocker_init()
|
/openbmc/qemu/tests/unit/ |
H A D | test-aio-multithread.c | 75 qemu_event_init(&done_event, false); in create_aio_contexts()
|
H A D | test-bdrv-drain.c | 2067 qemu_event_init(&done_event, false); in main()
|
/openbmc/qemu/include/qemu/ |
H A D | thread.h | 183 void qemu_event_init(QemuEvent *ev, bool init);
|
/openbmc/qemu/migration/ |
H A D | colo.c | 647 qemu_event_init(&s->colo_checkpoint_event, false); in migrate_start_colo_process()
|
H A D | migration.c | 250 qemu_event_init(¤t_incoming->main_thread_load_event, false); in migration_object_init()
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 2183 qemu_event_init(&cbevent, false);
|