Module fixed_priority

Source
Expand description

RTAs for fixed-priority (FP) scheduling

This module collects RTAs for FP scheduling (also known as static-priority or task-level fixed-priority scheduling).

§Citation

The provided analyses are based on the following paper:

Please cite the paper when using functionality from this module for academic work.

Modules§

floating_nonpreemptive
RTA for FP scheduling with floating non-preemptive sections (FP-NPS)
fully_nonpreemptive
RTA for FP scheduling with fully non-preemptive jobs (NP-FP)
fully_preemptive
RTA for FP scheduling with fully preemptive jobs (FP)
limited_preemptive
RTA for FP scheduling with limited-preemptive jobs (LP-FP)