devela::_dep::rustix::thread

Function set_current_timer_slack

pub fn set_current_timer_slack(value: Option<NonZero<u64>>) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Sets the current timer slack value for the calling thread.

§References