Searched refs:qemu_cond_timedwait_ts (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | qemu-thread-posix.c | 232 qemu_cond_timedwait_ts(QemuCond *cond, QemuMutex *mutex, struct timespec *ts, in qemu_cond_timedwait_ts() function 253 return qemu_cond_timedwait_ts(cond, mutex, &ts, file, line); in qemu_cond_timedwait_impl() 296 rc = qemu_cond_timedwait_ts(&sem->cond, &sem->mutex, &ts, in qemu_sem_timedwait()
|