Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dcoroutine.h162 qemu_co_enter_all_impl(queue, QEMU_MAKE_LOCKABLE(lock))
163 void qemu_co_enter_all_impl(CoQueue *queue, QemuLockable *lock);
/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c100 void qemu_co_enter_all_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_all_impl() function
110 qemu_co_enter_all_impl(queue, NULL); in qemu_co_queue_restart_all()