Function base::sys::linux::set_rt_round_robin
source · pub fn set_rt_round_robin(priority: i32) -> Result<()>
Expand description
Sets the current thread to be scheduled using the round robin real time class with priority
.