Searched defs:childPid (Results 26 - 33 of 33) sorted by relevance
12
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_019.cpp | 95 int childPid = clone(ChildFun, (char *)pstk + STACK_SIZE, CLONE_NEWPID | SIGCHLD, NULL); in ItPidContainer019() local
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_ipc_container_002.cpp | 83 pid_t childPid;
in ItIpcContainer002() local
|
H A D | It_net_container_004.cpp | 59 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 D | It_mnt_container_008.cpp | 47 int childPid; in ItMntContainer008() local
|
H A D | It_pid_container_031.cpp | 57 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 D | It_pid_container_030.cpp | 82 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 D | It_uts_container_005.cpp | 45 int childPid; in UtsContainerTest() local
|
/kernel/liteos_a/testsuites/unittest/process/plimits/ |
H A D | process_plimits_test.cpp | 693 pid_t childPid; in ForkChilds() local
|
Completed in 3 milliseconds
12