Re: [PATCH v2 0/7] MR6911: ntdll: Add WaitCompletionPacket.
14 Dec
2024
14 Dec
'24
6:51 a.m.
The problem is that there might be no threads that initiate any wait.
You're probably thinking about synchronous wait. By "initiate the wait" I mean the thread that called NtAssociateWaitCompletionPacket(). Not all waits are synchronous (like WaitForSingleObject). NtAssociateWaitCompletionPacket() initiates an *asynchronous* wait. When the wait is done (the object is signaled), it queues a completion to the associated I/O completion port. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6911#note_90531
365
Age (days ago)
365
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jinoh Kang (@iamahuman)