Searched refs:ChildFunClone1 (Results 1 - 8 of 8) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_003.cpp | 50 static int ChildFunClone1(void *p) in ChildFunClone1() function 93 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, CLONE_NEWPID | SIGCHLD, NULL); in ItPidContainer003()
|
H A D | It_pid_container_005.cpp | 73 static int ChildFunClone1(void *p) in ChildFunClone1() function 130 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer005()
|
H A D | It_pid_container_004.cpp | 55 static int ChildFunClone1(void *p) in ChildFunClone1() function 96 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, CLONE_NEWPID | SIGCHLD, NULL); in ItPidContainer004()
|
H A D | It_pid_container_002.cpp | 106 static int ChildFunClone1(void *p) in ChildFunClone1() function 142 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, CLONE_NEWPID | SIGCHLD, NULL); in ItPidContainer002()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_pid_container_030.cpp | 54 static int ChildFunClone1(void *p) in ChildFunClone1() function 124 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer030()
|
H A D | It_pid_container_028.cpp | 74 static int ChildFunClone1(void *p) in ChildFunClone1() function 134 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer028()
|
H A D | It_pid_container_029.cpp | 52 static int ChildFunClone1(void *p) in ChildFunClone1() function 118 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer029()
|
H A D | It_pid_container_027.cpp | 74 static int ChildFunClone1(void *p) in ChildFunClone1() function 136 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer027()
|
Completed in 3 milliseconds