On Thu Jan 25 17:17:55 2024 +0000, Paul Gofman wrote:
Another thread may call `NtGetContextThread()` while the current
thread is still in the `server_select()` loop processing kernel APCs. [:leftwards_arrow_with_hook:](#fnref-1-3093) This is currently problematic exactly the same way before and after this patch. See kernel32/tests:sync.c test_apc_deadlock().
Thanks!