Searched refs:argTmp (Results 1 – 3 of 3) sorted by relevance
51 int argTmp = CHILD_FUNC_ARG; in GroupProcess() local52 auto pid = CloneWrapper(ChildFunc, CLONE_NEWPID, &argTmp); in GroupProcess()
53 int argTmp = CHILD_FUNC_ARG; in GroupProcess() local54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &argTmp); in GroupProcess()
53 int argTmp = CHILD_FUNC_ARG; in GroupProcess() local54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWNET, &argTmp); in GroupProcess()