mirror of
https://github.com/reactos/reactos.git
synced 2026-09-09 19:03:52 +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.