#include "list.h"#include "types.h"#include "arch.h"#include "semaphore.h"Include dependency graph for task.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Task |
| A Task instance includes the stack and state information for an individual task. More... | |
Typedefs | |
| typedef void(* | Task_func )(void) |
Enumerations | |
| enum | Task_state { READY, RUNNING, WAITING, DEAD } |
|
|
|
|
|
|
Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman