Module fifo

Module fifo 

Source
Expand description

An RTA for first-in first-out (FIFO) scheduling

This module provides an RTA for the FIFO policy, also commonly known as first-come first-serve (FCFS) scheduling.

§Citation

The provided analysis was proposed in the following paper:

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

Functions§

dedicated_uniproc_rta
Try to find a response-time bound for any task in a task set under FIFO scheduling on a dedicated uniprocessor.