Searched refs:qemu_cond_timedwait (Results 1 – 4 of 4) sorted by relevance
/qemu/include/qemu/ |
H A D | thread.h | 97 #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 D | thread-pool.c | 91 ret = qemu_cond_timedwait(&pool->request_cond, &pool->lock, 10000); in worker_thread()
|
/qemu/hw/vfio-user/ |
H A D | proxy.c | 704 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 D | cpus.c | 578 qemu_cond_timedwait(cond, &bql, ms); in qemu_cond_timedwait_bql()
|