Constant lrs::process::clone::CLONE_THREAD

Clone the address space of the process.

Syntax

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

Remarks

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

See also