Home
last modified time | relevance | path

Searched refs:qemu_sem_destroy (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/migration/
H A Dmultifd.c459 qemu_sem_destroy(&p->sem); in multifd_send_cleanup_channel()
460 qemu_sem_destroy(&p->sem_sync); in multifd_send_cleanup_channel()
478 qemu_sem_destroy(&multifd_send_state->channels_created); in multifd_send_cleanup_state()
479 qemu_sem_destroy(&multifd_send_state->channels_ready); in multifd_send_cleanup_state()
1008 qemu_sem_destroy(&p->sem_sync); in multifd_recv_cleanup_channel()
1009 qemu_sem_destroy(&p->sem); in multifd_recv_cleanup_channel()
1026 qemu_sem_destroy(&multifd_recv_state->sem_sync); in multifd_recv_cleanup_state()
H A Dmigration.c3834 qemu_sem_destroy(&ms->wait_unplug_sem); in migration_instance_finalize()
3835 qemu_sem_destroy(&ms->rate_limit_sem); in migration_instance_finalize()
3836 qemu_sem_destroy(&ms->pause_sem); in migration_instance_finalize()
3837 qemu_sem_destroy(&ms->postcopy_pause_sem); in migration_instance_finalize()
3838 qemu_sem_destroy(&ms->rp_state.rp_sem); in migration_instance_finalize()
3839 qemu_sem_destroy(&ms->rp_state.rp_pong_acks); in migration_instance_finalize()
3840 qemu_sem_destroy(&ms->postcopy_qemufile_src_sem); in migration_instance_finalize()
H A Dcolo.c621 qemu_sem_destroy(&s->colo_exit_sem); in colo_process_checkpoint()
924 qemu_sem_destroy(&mis->colo_incoming_sem); in colo_process_incoming_thread()
H A Dpostcopy-ram.c96 qemu_sem_destroy(&mis->thread_sync_sem); in postcopy_thread_create()
/openbmc/qemu/util/
H A Dthread-context.c310 qemu_sem_destroy(&tc->sem); in thread_context_instance_finalize()
311 qemu_sem_destroy(&tc->sem_thread); in thread_context_instance_finalize()
H A Dqemu-thread-win32.c198 void qemu_sem_destroy(QemuSemaphore *sem) in qemu_sem_destroy() function
H A Dqemu-thread-posix.c267 void qemu_sem_destroy(QemuSemaphore *sem) in qemu_sem_destroy() function
/openbmc/qemu/hw/ppc/
H A Dspapr_rng.c90 qemu_sem_destroy(&hrdata.sem); in h_random()
/openbmc/qemu/include/qemu/
H A Dthread.h181 void qemu_sem_destroy(QemuSemaphore *sem);
/openbmc/qemu/
H A Diothread.c138 qemu_sem_destroy(&iothread->init_done_sem); in iothread_instance_finalize()