Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dthread.h79 #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);
/qemu/util/
H A Dthread-pool.c91 ret = qemu_cond_timedwait(&pool->request_cond, &pool->lock, 10000); in worker_thread()
/qemu/system/
H A Dcpus.c543 qemu_cond_timedwait(cond, &bql, ms); in qemu_cond_timedwait_bql()