#include "copyright.h"#include "list.h"Go to the source code of this file.
Compounds | |
| class | Interrupt |
| class | PendingInterrupt |
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 Interrupt::ChangeLevel, Thread::Fork, Interrupt::getLevel, Semaphore::P, Interrupt::SetLevel, Semaphore::V, and Thread::Yield.
|
|
|
Definition at line 52 of file interrupt.h. Referenced by PendingInterrupt::PendingInterrupt, and Interrupt::Schedule.
00052 { TimerInt, DiskInt, ConsoleWriteInt, ConsoleReadInt,
00053 NetworkSendInt, NetworkRecvInt};
|
|
|
Definition at line 47 of file interrupt.h. Referenced by Interrupt::CheckIfDue, Interrupt::getStatus, Interrupt::OneTick, and Interrupt::setStatus.
00047 {IdleMode, SystemMode, UserMode};
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002