Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dthread-context.c81 qemu_sem_wait(&tc->sem_thread); in thread_context_run()
297 qemu_sem_init(&tc->sem_thread, 0); in thread_context_instance_init()
307 qemu_sem_post(&tc->sem_thread); in thread_context_instance_finalize()
311 qemu_sem_destroy(&tc->sem_thread); in thread_context_instance_finalize()
350 qemu_sem_post(&tc->sem_thread); in type_init()
/openbmc/qemu/include/qemu/
H A Dthread-context.h39 QemuSemaphore sem_thread; member