8 Feb
2023
8 Feb
'23
1:42 p.m.
FWIW I suspect TP multi waits in recent versions of Windows are implemented in terms of an undocumented NT object type called "wait completion packets," which I noticed in the list of NTDLL exports (`NtCreateWaitCompletionPacket` and the like). See also: https://devblogs.microsoft.com/oldnewthing/20220406-00/?p=106434 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2133#note_23427