#include "copyright.h"#include "list.h"Go to the source code of this file.
Classes | |
| class | PendingInterrupt |
| class | Interrupt |
Enumerations | |
| enum | IntStatus { IntOff, IntOn } |
| enum | MachineStatus { IdleMode, SystemMode, UserMode } |
| enum | IntType { TimerInt, DiskInt, ConsoleWriteInt, ConsoleReadInt, NetworkSendInt, NetworkRecvInt } |
|
|
Definition at line 42 of file interrupt.h. Referenced by Thread::Fork(), Interrupt::getLevel(), Semaphore::P(), Interrupt::SetLevel(), Thread::Sleep(), Thread::UnSleep(), Semaphore::V(), and Thread::Yield().
|
|
|
Definition at line 52 of file interrupt.h.
|
|
|
Definition at line 47 of file interrupt.h. Referenced by Interrupt::getStatus(), and Interrupt::OneTick().
|
1.3.8