Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dthread.h97 #define qemu_cond_timedwait(c, m, ms) \ macro
126 #define qemu_cond_timedwait(c, m, ms) ({ \ macro
189 static inline bool (qemu_cond_timedwait)(QemuCond *cond, QemuMutex *mutex,
192 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/hw/vfio-user/
H A Dproxy.c704 if (!qemu_cond_timedwait(&msg->cv, &proxy->lock, in vfio_user_send_wait()
777 if (!qemu_cond_timedwait(&msg->cv, &proxy->lock, in vfio_user_wait_reqs()
/qemu/system/
H A Dcpus.c578 qemu_cond_timedwait(cond, &bql, ms); in qemu_cond_timedwait_bql()