Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Diothread.c51 qemu_sem_post(&iothread->init_done_sem); in iothread_run()
107 qemu_sem_init(&iothread->init_done_sem, 0); in iothread_instance_init()
138 qemu_sem_destroy(&iothread->init_done_sem); in iothread_instance_finalize()
219 qemu_sem_wait(&iothread->init_done_sem); in iothread_init()
/openbmc/qemu/include/sysemu/
H A Diothread.h32 QemuSemaphore init_done_sem; /* is thread init done? */ member