On 4/26/22 10:51, Emanuele Giuseppe Esposito wrote:
+#define qemu_co_queue_restart_all_lockable(queue, lock) \
+    qemu_co_queue_restart_all_impl(queue, QEMU_MAKE_LOCKABLE(lock))

I think this function should be named qemu_co_queue_enter_all, for consistency with qemu_co_queue_enter_next.

Paolo

Reply via email to