Sets the scheduling policy of a thread.
fn sched_setattr(pid: i32, attr: &mut sched_attr, flags: u32) -> i32
The thread to modify.
The policy to set.
Unused.
sched_setattr(2)