FIFO scheduling
In FIFO (
SCHED_FIFO
) scheduling, a thread selected to run continues executing until it:
voluntarily relinquishes control (that is, it blocks)
is preempted by a higher-priority thread
Parent topic:
Scheduling policies