qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all


From: Paolo Bonzini
Subject: Re: [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
Date: Tue, 26 Apr 2022 16:59:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

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

[Prev in Thread] Current Thread [Next in Thread]