Searched refs:cloneStack (Results 1 – 1 of 1) sorted by relevance
1104 void* cloneStack = mmap(nullptr, stackSz, variable1106 if (cloneStack == nullptr) {1109 cloneStack = static_cast<void *>(static_cast<uint8_t *>(cloneStack) + stackSz - 1);1110 int childPid = clone(RunInNewPidNs, cloneStack, CLONE_NEWPID | SIGCHLD, nullptr);