FIFO scheduling

Updated: October 28, 2024

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

Figure 1. FIFO scheduling. Thread A runs until it blocks.
  翻译: