On Sun Dec 1 21:56:35 2024 +0000, Jinoh Kang wrote:
I'd advise you to test WaitCompletionPacket againat waitable objects that use `get_wait_queue_thread()`, including keyed events, mutexes, and message queue objects (not exposed via Win32 API, only at win32k level).
Thanks for the review. The problem is that there might be no threads that initiate any wait. Anyway, I will add more tests and get back to you.