Function lrs::thread::join_namespace

Associates this thread with a namespace.

Syntax

fn join_namespace<F>(ns: &F, kind: CloneFlags) -> Result<(), Errno>
    where F: FDContainer,

Arguments

NameDescription
ns

A file descriptor referring to a namespace.

kind

Restricts what kind of namespace can be joined.

See also