Home
last modified time | relevance | path

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

/openbmc/qemu/replay/
H A Dreplay-internal.c26 static QemuCond mutex_cond; variable
204 qemu_cond_init(&mutex_cond); in replay_mutex_init()
225 qemu_cond_wait(&mutex_cond, &lock); in replay_mutex_lock()
239 qemu_cond_broadcast(&mutex_cond); in replay_mutex_unlock()