Expand description
RTA for EDF scheduling with fully preemptive jobs (EDF)
Structs§
- Task
- The per-task information required to perform the analysis.
Functions§
- dedicated_
uniproc_ rta - Bound the maximum response time of a task under fully preemptive earliest-deadline first scheduling (EDF) on a dedicated, ideal uniprocessor.
Type Aliases§
- Interfering
Task - The per-task information required to account for interfering tasks. Create a struct of this type for each interfering task.
- Task
Under Analysis - The information about the task under analysis required to perform the analysis. Create one struct of this type to represent the task under analysis.