Home
last modified time | relevance | path

Searched refs:QemuCondWaitFunc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthread.h63 typedef void (*QemuCondWaitFunc)(QemuCond *c, QemuMutex *m, const char *f, typedef
73 extern QemuCondWaitFunc qemu_cond_wait_func;
122 QemuCondWaitFunc _f = qatomic_read(&qemu_cond_wait_func); \
/openbmc/qemu/util/
H A Dqsp.c133 QemuCondWaitFunc qemu_cond_wait_func = qemu_cond_wait_impl;