Searched refs:qemu_cond_timedwait_impl (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | thread.h | 80 qemu_cond_timedwait_impl(c, m, ms, __FILE__, __LINE__) 162 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms,
|
/openbmc/qemu/util/ |
H A D | qsp.c | 134 QemuCondTimedWaitFunc qemu_cond_timedwait_func = qemu_cond_timedwait_impl; 425 ret = qemu_cond_timedwait_impl(cond, mutex, ms, file, line); in qsp_cond_timedwait() 457 qatomic_set(&qemu_cond_timedwait_func, qemu_cond_timedwait_impl); in qsp_disable()
|
H A D | qemu-thread-win32.c | 174 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms, in qemu_cond_timedwait_impl() function
|
H A D | qemu-thread-posix.c | 247 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms, in qemu_cond_timedwait_impl() function
|