pub const SCHED_RR: c_int = 1;Expand description
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
Round robin scheduling policy.
pub const SCHED_RR: c_int = 1;See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
Round robin scheduling policy.