mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
[NTOSKERNEL] Stop KeRundownThread from bugchecking on at least CTRL_C for console app.
svn path=/trunk/; revision=57468
This commit is contained in:
parent
e89081ed5f
commit
9e555a84d5
1 changed files with 3 additions and 3 deletions
|
@ -470,6 +470,9 @@ KeRundownThread(VOID)
|
||||||
0);
|
0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Move on, but save NextEntry before we remove */
|
||||||
|
NextEntry = NextEntry->Flink;
|
||||||
|
|
||||||
/* Now we can remove it */
|
/* Now we can remove it */
|
||||||
RemoveEntryList(&Mutant->MutantListEntry);
|
RemoveEntryList(&Mutant->MutantListEntry);
|
||||||
|
|
||||||
|
@ -484,9 +487,6 @@ KeRundownThread(VOID)
|
||||||
/* Wake the Mutant */
|
/* Wake the Mutant */
|
||||||
KiWaitTest(&Mutant->Header, MUTANT_INCREMENT);
|
KiWaitTest(&Mutant->Header, MUTANT_INCREMENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Move on */
|
|
||||||
NextEntry = NextEntry->Flink;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Release the Lock */
|
/* Release the Lock */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue