mirror of
https://github.com/reactos/reactos.git
synced 2026-05-27 03:10:56 +08:00
Use a KSEMAPHORE instead of a NotificationEvent to signal availability. This is to prevent satisfying the wait for multiple waiters, when only a single entry is on the list. Fixes crashes on SMP builds.