Function nc::sched_setattr

source ·
pub unsafe fn sched_setattr(
    pid: pid_t,
    attr: &mut sched_attr_t,
    flags: u32
) -> Result<(), Errno>
Expand description

Set the RT priority of a thread.