Clone the address space of the process.
const CLONE_THREAD: CloneFlags = CloneFlags(cty::CLONE_THREAD);
If this flag is set, the process will be aborted.
clone(2) and CLONE_VM therein