mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
- Fix behavior of kernel APCs interrupting waits on gate objects. Patch by Alex Ionescu.
svn path=/trunk/; revision=37714
This commit is contained in:
@@ -242,7 +242,7 @@ KiInsertQueueApc(IN PKAPC Apc,
|
||||
if (Thread->Queue) Thread->Queue->CurrentCount++;
|
||||
|
||||
/* Put into deferred ready list with this status */
|
||||
Status = STATUS_KERNEL_APC;
|
||||
Thread->WaitStatus = STATUS_KERNEL_APC;
|
||||
KiInsertDeferredReadyList(Thread);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user