mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
c1b51155f792dbbd20a31947193f682ebf9e680f
* KeRemoveQueue did not set Thread->WaitNext = FALSE if it was called with WaitNext = TRUE. * KeRemoveQueue did not handle the case where a kernel-mode APC is pending and the previous IRQL was below APC_LEVEL. * KeRemoveQueue did not set the thread's wait status to 0. * KiInsertQueue did not set the Thread's wait status to the entry being inserted. * KiInsertQueue did not remove the thread from its wait list. * KeRemoveQueue did not properly link the wait blocks. svn path=/trunk/; revision=20601
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%