/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_uts_container_001.cpp | 32 static int ChildFunc(void *arg) in ChildFunc() function 46 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &arg); in ItUtsContainer001()
|
H A D | It_pid_container_023.cpp | 32 static int ChildFunc(void *arg) in ChildFunc() function 58 auto pid = clone(ChildFunc, (char *)stack + STACK_SIZE, CLONE_NEWPID, &arg); in ItPidContainer023()
|
H A D | It_container_001.cpp | 35 static int ChildFunc(void *arg) in ChildFunc() function 57 auto pid = clone(ChildFunc, stackTop, SIGCHLD, &arg); in ItContainer001()
|
H A D | It_mnt_container_002.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 87 auto pid = clone(ChildFunc, stackTop, CLONE_NEWNS, &arg); in ItMntContainer002()
|
H A D | It_mnt_container_001.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 77 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer001()
|
H A D | It_mnt_container_004.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 71 auto pid = clone(ChildFunc, stackTop, CLONE_NEWNS, &arg); in ItMntContainer004()
|
H A D | It_mnt_container_003.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 72 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer003()
|
H A D | It_mnt_container_006.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 89 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer006()
|
H A D | It_mnt_container_007.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 80 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer007()
|
H A D | It_uts_container_002.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 80 auto pid = clone(ChildFunc, stackTop, CLONE_NEWUTS, &arg); in ItUtsContainer002()
|
H A D | It_uts_container_004.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 80 auto pid = clone(ChildFunc, stackTop, SIGCHLD, NULL); in ItUtsContainer004()
|
H A D | It_container_chroot_002.cpp | 43 static int ChildFunc(void *arg) in ChildFunc() function 86 auto pid = clone(ChildFunc, stackTop, SIGCHLD, arg); in TestFunc()
|
H A D | It_container_chroot_001.cpp | 33 static int ChildFunc(void *arg) in ChildFunc() function 86 auto pid = clone(ChildFunc, stackTop, CLONE_NEWNS, &arg); in ItContainerChroot001()
|
H A D | It_net_container_007.cpp | 39 static int ChildFunc(void *arg) in ChildFunc() function 94 auto pid = clone(ChildFunc, stackTop, SIGCHLD | CLONE_NEWNET, &arg); in ItNetContainer007()
|
H A D | It_net_container_002.cpp | 68 static int ChildFunc(void *arg) in ChildFunc() function 126 auto pid = clone(ChildFunc, stackTop, SIGCHLD, NULL); in ItNetContainer002()
|
H A D | It_net_container_001.cpp | 69 static int ChildFunc(void *arg) in ChildFunc() function 117 auto pid = clone(ChildFunc, stackTop, SIGCHLD | CLONE_NEWNET, NULL); in ItNetContainer001()
|
H A D | It_net_container_006.cpp | 86 static int ChildFunc(void *) in ChildFunc() function 173 int pid = clone(ChildFunc, stackTop, SIGCHLD | CLONE_NEWNET, &arg); in ItNetContainer006()
|
H A D | It_net_container_005.cpp | 108 static int ChildFunc(void *arg) in ChildFunc() function 196 auto pid = clone(ChildFunc, stackTop, SIGCHLD | CLONE_NEWNET, &arg); in ItNetContainer005()
|
H A D | It_net_container_009.cpp | 182 static int ChildFunc(void *arg) in ChildFunc() function 216 int pid = clone(ChildFunc, stackTop, SIGCHLD | CLONE_NEWNET, &arg); in ItNetContainer009()
|
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_024.cpp | 38 static int ChildFunc(void *arg) in ChildFunc() function 52 auto pid = CloneWrapper(ChildFunc, CLONE_NEWPID, &argTmp); in GroupProcess()
|
H A D | It_net_container_010.cpp | 40 static int ChildFunc(void *arg) in ChildFunc() function 54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWNET, &argTmp); in GroupProcess()
|
H A D | It_uts_container_003.cpp | 39 static int ChildFunc(void *arg) in ChildFunc() function 54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &argTmp); in GroupProcess()
|
/kernel/liteos_a/testsuites/unittest/security/vid/smoke/ |
H A D | vid_test_001.cpp | 43 static void ChildFunc() in ChildFunc() function 134 ChildFunc(); in TestCase()
|