[go: up one dir, main page]

Function nix::sched::setns

source · []
pub fn setns(fd: RawFd, nstype: CloneFlags) -> Result<()>
Available on crate feature sched only.
Expand description

reassociate thread with a namespace

See also setns(2)