mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Spinning here is supposed to improve performance by avoiding scheduling overhead, but because ReactOS's Win32 subsystem does not deal with this well, it causes the system to freeze on ROS. As a workaround, we disable spinning and jump directly to the wait. It should become obvious when this starts actually causing performance issues again and it's time to undo.