Package | Description |
---|---|
fr.inria.tea.aadl2ssme.scheduling.actions | |
fr.inria.tea.aadl2ssme.scheduling.idstruct |
Modifier and Type | Method and Description |
---|---|
I_Thread |
Dependency_Scheduling.getIThreadFromLThread(L_Thread lThread) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<I_Thread> |
Dependency_Scheduling.getDependentIThread(I_Thread curIThread) |
Modifier and Type | Method and Description |
---|---|
int |
TimeAllocation.allocDispatchEvent(I_Thread iThread,
int n) |
int |
TimeAllocation.allocFrozenEvent(I_Thread iThread,
int n,
boolean isInput) |
int |
ExportVCD.creatPortEvent(I_Thread cIThread,
int charInt) |
void |
ExportVCD.creatThreadEvent(I_Thread cIThread,
EventType eventType,
int indexChar) |
java.util.ArrayList<L_Port> |
TimeAllocation.GetAllPortsFromThread(I_Thread iThread) |
java.util.ArrayList<I_Thread> |
Dependency_Scheduling.getDependentIThread(I_Thread curIThread) |
IO_TimeSpec |
TimeAllocation.GetLastIOTimeProp(I_Thread iThread,
boolean isInput) |
Modifier and Type | Field and Description |
---|---|
I_Thread |
I_ThreadInstance.iThread |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<I_Thread> |
L_MSTA.allocatedThreadList |
java.util.ArrayList<I_Thread> |
I_Process.threadLists |