mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
Using locked operations (insertion & removal) on the list of queued
devices installations is necessary, because these operations are done
concurrently by two different threads: PnpEventThread() and
DeviceInstallThread().
Addendum to commit b2aeafca (r24365).