#include "copyright.h"#include "utility.h"Go to the source code of this file.
Compounds | |
| class | Thread |
Defines | |
| #define | MachineStateSize 18 |
| #define | StackSize (4 * 1024) |
Enumerations | |
| enum | ThreadStatus { JUST_CREATED, RUNNING, READY, BLOCKED } |
Functions | |
| void | ThreadPrint (int arg) |
| void | ThreadRoot () |
| void | SWITCH (Thread *oldThread, Thread *newThread) |
|
|
|
|
|
|
|
|
Definition at line 60 of file thread.h. Referenced by Thread::setStatus.
00060 { JUST_CREATED, RUNNING, READY, BLOCKED };
|
|
||||||||||||
|
Referenced by Scheduler::Run. |
|
|
Definition at line 238 of file thread.cc.
|
|
|
Referenced by Thread::StackAllocate. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002