#include <kernel.h>#include <queue.h>#include <clock.h>

Go to the source code of this file.
Functions | |
| void | wakeup (void) |
Definition in file wakeup.c.
| void wakeup | ( | void | ) |
Called by clock interrupt dispatcher to awaken processes.
Definition at line 16 of file wakeup.c.
References dequeue(), firstkey, nonempty, ready(), resched(), RESCHED_NO, and sleepq.
Referenced by clockintr().
1.5.5