Searched refs:qemu_cond_wait (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ | ||
D | qemu-thread.h | 33 void qemu_cond_wait(QemuCond *cond, QemuMutex *mutex); |
D | qemu-thread.c | 129 void qemu_cond_wait(QemuCond *cond, QemuMutex *mutex) in qemu_cond_wait() function |