Variables | |
queue_t * | ready_queue = NULL |
A pointer to ready queue. Declared in task.c. | |
queue_t * | wait_queue = NULL |
Wait-queue: tasks are waiting for I/O. | |
queue_t * | zombie_queue = NULL |
Zombie-queue: tasks are dying. |
|
A pointer to ready queue. Declared in task.c.
|
|
Wait-queue: tasks are waiting for I/O.
|
|
Zombie-queue: tasks are dying.
|