Searched refs:qemu_cond_timedwait (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | thread.h | 79 #define qemu_cond_timedwait(c, m, ms) \ macro 108 #define qemu_cond_timedwait(c, m, ms) ({ \ macro 171 static inline bool (qemu_cond_timedwait)(QemuCond *cond, QemuMutex *mutex, 174 return qemu_cond_timedwait(cond, mutex, ms);
|
/openbmc/qemu/util/ |
H A D | thread-pool.c | 91 ret = qemu_cond_timedwait(&pool->request_cond, &pool->lock, 10000); in worker_thread()
|
/openbmc/qemu/system/ |
H A D | cpus.c | 554 qemu_cond_timedwait(cond, &bql, ms); in qemu_cond_timedwait_bql()
|