Home
last modified time | relevance | path

Searched defs:childPid (Results 26 - 33 of 33) sorted by relevance

12

/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_019.cpp95 int childPid = clone(ChildFun, (char *)pstk + STACK_SIZE, CLONE_NEWPID | SIGCHLD, NULL); in ItPidContainer019() local
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_002.cpp83 pid_t childPid; in ItIpcContainer002() local
H A DIt_net_container_004.cpp59 auto childPid = clone(NewnetChildFun, stackTop, SIGCHLD | CLONE_NEWNET, &arg); in ChildFun() local
113 auto childPid = clone(ChildFun, stackTop, SIGCHLD | CLONE_NEWNET, &arg); in ItNetContainer004() local
[all...]
H A DIt_mnt_container_008.cpp47 int childPid; in ItMntContainer008() local
H A DIt_pid_container_031.cpp57 int childPid = clone(ChildFun1, NULL, CLONE_NEWPID | SIGCHLD, NULL); in ChildFun() local
137 int childPid = clone(ChildFun, NULL, CLONE_NEWPID | SIGCHLD, NULL); in ItPidContainer031() local
H A DIt_pid_container_030.cpp82 int childPid = clone(ChildFunClone2, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ChildFunClone1() local
124 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer030() local
H A DIt_uts_container_005.cpp45 int childPid; in UtsContainerTest() local
/kernel/liteos_a/testsuites/unittest/process/plimits/
H A Dprocess_plimits_test.cpp693 pid_t childPid; in ForkChilds() local

Completed in 3 milliseconds

12