Skip to main content

SCHED_FIFO

Constant SCHED_FIFO 

Source
pub const SCHED_FIFO: c_int = 0;
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.

First in first out (FIFO) scheduling policy.