rustix::thread::prctl

Function set_current_timer_slack

Source
pub fn set_current_timer_slack(value: Option<NonZeroU64>) -> Result<()>
Expand description

Sets the current timer slack value for the calling thread.

§References