On Tue Jun 21 08:01:58 2022 +0000, Matteo Bruni wrote:
Would it make sense to call RtlWakeAddressSingle() here (and in the other places where we add a work item to a queue) instead?
Yes, I will change it so only one thread is woken up (I will probably use WakeConditionVariable).