#include "copyright.h"#include "thread.h"#include "switch.h"#include "synch.h"#include "system.h"Go to the source code of this file.
Defines | |
| #define | STACK_FENCEPOST 0xdeadbeef |
Functions | |
| void | ThreadFinish () |
| void | InterruptEnable () |
| void | ThreadPrint (int arg) |
|
|
Definition at line 23 of file thread.cc. Referenced by Thread::CheckOverflow, and Thread::StackAllocate. |
|
|
Definition at line 237 of file thread.cc. Referenced by Thread::StackAllocate.
00237 { interrupt->Enable(); }
|
|
|
Definition at line 236 of file thread.cc. Referenced by Thread::StackAllocate.
00236 { currentThread->Finish(); }
|
|
|
Definition at line 238 of file thread.cc. References Thread::Print.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002