Module fully_nonpreemptive

Module fully_nonpreemptive 

Source
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§

InterferingTask
The per-task information required to account for interfering tasks. Create a struct of this type for each interfering task.
TaskUnderAnalysis
The information about the task under analysis required to perform the analysis. Create one struct of this type to represent the task under analysis.