On Mon Sep 15 09:23:59 2025 +0000, Marc-Aurel Zent wrote:
Indeed in my testing this is actually doing the former ("set while boosting priority"), but the actual priority boost happening seems to be negligible. Maybe this also depends on the priority of the caller. My assumption would be that the idea here is to make a waiting thread on the event immediately runnable, so maybe a `NtSetEvent` + `NtYieldExecution` could also be potentially appropriate.
Yes, to be clear I don't think the "priority boost" behaviour is going to be testable, let alone implementable, and probably it doesn't even deserve a FIXME.