Home
last modified time | relevance | path

Searched refs:argTmp (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/testsuites/unittest/container/full/
DIt_pid_container_024.cpp51 int argTmp = CHILD_FUNC_ARG; in GroupProcess() local
52 auto pid = CloneWrapper(ChildFunc, CLONE_NEWPID, &argTmp); in GroupProcess()
DIt_uts_container_003.cpp53 int argTmp = CHILD_FUNC_ARG; in GroupProcess() local
54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &argTmp); in GroupProcess()
DIt_net_container_010.cpp53 int argTmp = CHILD_FUNC_ARG; in GroupProcess() local
54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWNET, &argTmp); in GroupProcess()