FIFO scheduling

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

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