nix::sched

Function setns

source
pub fn setns<Fd: AsFd>(fd: Fd, nstype: CloneFlags) -> Result<()>
Expand description

reassociate thread with a namespace

See also setns(2)