Windows NT synchronization primitives for Linux
Windows NT synchronization primitives for Linux
Posted Feb 22, 2024 17:04 UTC (Thu) by Wol (subscriber, #4433)In reply to: Windows NT synchronization primitives for Linux by farnz
Parent article: Windows NT synchronization primitives for Linux
Cheers,
Wol
Posted Feb 22, 2024 21:36 UTC (Thu)
by farnz (subscriber, #17727)
[Link]
Wine needs to take over before the ref count drops to zero, else you've regressed. To match Windows kernel behaviour, you either need the Linux kernel to support wait-for-all somehow, or you need the Linux kernel to hand over the existing wait-for-any waits to Wine, so that Wine can correctly emulate the corner cases of wait-for-all.
Windows NT synchronization primitives for Linux
