On Mon Jan 27 17:58:08 2025 +0000, Paul Gofman wrote:
I think we have, tests 3, 4 counting from 1? If maybe those are not needed then queue_apc should just be removed from the test structure, otherwise it is cleaner to always make sure that there are no APCs queued after each test iteration.
Tests 3 and 4 are alertable without APCs queued, tests 5 and 6 are alertable with APCs queued. But adding the extra `SleepEx(0, TRUE)` if we queued an APC is harmless.