Constant lrs::process::clone::CLONE_SETTLS

Set the TLS descriptor of the child.

Syntax

const CLONE_SETTLS: CloneFlags = CloneFlags(cty::CLONE_SETTLS);

Remarks

If this flag is set, the process will be aborted.

See also