Expand description
RTA for EDF scheduling with fully non-preemptive jobs (NP-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 nonpreemptive earliest-deadline first (NP-EDF) scheduling 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.