Function nix::sys::prctl::set_name

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

Set the name of the calling thread. Strings longer than 15 bytes will be truncated.