| |
|
| java.lang.Object DEOS.Thread
Thread | class Thread (Code) | | DOCUMENT ME!
|
itsCreationStatus | int itsCreationStatus(Code) | | |
itsCurrentPriority | int itsCurrentPriority(Code) | | |
itsLastCompletion | int itsLastCompletion(Code) | | |
itsLastExecution | int itsLastExecution(Code) | | |
itsPeriodIndex | int itsPeriodIndex(Code) | | |
threadStatusActive | final static int threadStatusActive(Code) | | |
threadStatusDormant | final static int threadStatusDormant(Code) | | |
threadStatusKernelExceptionPending | final static int threadStatusKernelExceptionPending(Code) | | |
threadStatusNotCreated | final static int threadStatusNotCreated(Code) | | |
ConceptualObjectConstructor | public boolean ConceptualObjectConstructor(int period)(Code) | | |
ConceptualObjectDestructor | public void ConceptualObjectDestructor()(Code) | | |
completeForPeriod | public void completeForPeriod()(Code) | | |
cpuAllowanceExceeded | public void cpuAllowanceExceeded()(Code) | | |
cpuBudget | public int cpuBudget()(Code) | | |
currentPriority | public int currentPriority()(Code) | | |
initiateStopAndDelete | public void initiateStopAndDelete()(Code) | | |
isIdle | public boolean isIdle()(Code) | | |
isMain | public boolean isMain()(Code) | | |
periodIndex | public int periodIndex()(Code) | | |
setCPUBudget | public void setCPUBudget(int b)(Code) | | |
setCurrentPriority | public void setCurrentPriority(int p)(Code) | | |
startChargingCPUTime | public void startChargingCPUTime()(Code) | | |
startThread | public void startThread(int theCPUBudget)(Code) | | |
startThreadInternal | public void startThreadInternal()(Code) | | |
stopChargingCPUTime | public void stopChargingCPUTime(int bonus)(Code) | | |
stopThread | public void stopThread()(Code) | | |
waitForNextPeriod | public void waitForNextPeriod()(Code) | | |
waitForNextTriggeringEvent | public void waitForNextTriggeringEvent()(Code) | | |
|
|
|