Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Diothread.c29 QemuCond init_done_cond; /* is thread initialization done? */ member
67 qemu_cond_signal(&iothread->init_done_cond); in iothread_run()
92 qemu_cond_destroy(&iothread->init_done_cond); in iothread_join()
103 qemu_cond_init(&iothread->init_done_cond); in iothread_new()
110 qemu_cond_wait(&iothread->init_done_cond, in iothread_new()