Searched refs:set_rt_round_robin (Results 1 – 4 of 4) sorted by relevance
24 pub fn set_rt_round_robin(priority: i32) -> Result<()> { in set_rt_round_robin() function
16 use sys_util::{register_signal_handler, set_rt_prio_limit, set_rt_round_robin};80 || set_rt_round_robin(AUDIO_THREAD_RTPRIO as i32).is_err() in set_priority_to_realtime()
18 self, error, set_rt_prio_limit, set_rt_round_robin, warn, AsRawDescriptors, Event,194 .and_then(|_| set_rt_round_robin(i32::from(AUDIO_THREAD_RTPRIO))) in start()
1878 .and_then(|_| set_rt_round_robin(i32::from(DEFAULT_VCPU_RT_LEVEL))) in runnable_vcpu()