FIFO scheduling

Updated: April 19, 2023

In FIFO (SCHED_FIFO) scheduling, a thread selected to run continues executing until it:

Figure 1. FIFO scheduling. Thread A runs until it blocks.