mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
Implement timer expiring too fast for KeDelayExecutionThread. Dedicated to filip
svn path=/trunk/; revision=14184
This commit is contained in:
parent
0412c84cea
commit
e389f0c999
1 changed files with 3 additions and 2 deletions
|
@ -126,8 +126,9 @@ KeDelayExecutionThread(KPROCESSOR_MODE WaitMode,
|
|||
/* Insert the Timer into the Timer Lists and enable it */
|
||||
if (!KiInsertTimer(ThreadTimer, *Interval)) {
|
||||
|
||||
/* FIXME: Unhandled case...what should we do? */
|
||||
DPRINT1("Could not create timer for KeDelayExecutionThread\n");
|
||||
/* FIXME: The timer already expired, we should find a new ready thread */
|
||||
Status = STATUS_SUCCESS;
|
||||
break;
|
||||
}
|
||||
|
||||
/* Handle Kernel Queues */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue