Short subjects: Realtime, Futexes, and ntfs3
Short subjects: Realtime, Futexes, and ntfs3
Posted Aug 20, 2021 8:07 UTC (Fri) by njs (subscriber, #40338)In reply to: Short subjects: Realtime, Futexes, and ntfs3 by Cyberax
Parent article: Short subjects: Realtime, Futexes, and ntfs3
The problem is that there are objects that you can *only* wait on using WFMO -- so IOCP isn't enough, you need IOCP *and* WFMO, which is a terrific hassle.
Posted Aug 20, 2021 17:09 UTC (Fri)
by Cyberax (✭ supporter ✭, #52523)
[Link]
Short subjects: Realtime, Futexes, and ntfs3
Technically, you can use WFSO or WFMO _with_ IOCP to get notified about the signaled state.