Function rustix::thread::set_name

source ·
pub fn set_name(name: &CStr) -> Result<()>
Available on crate feature thread only.
Expand description

Set the name of the calling thread.

References