Constant lrs::process::clone::CLONE_VFORK

Clone the address space of the process.

Syntax

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

Remarks

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

See also