Home
last modified time | relevance | path

Searched refs:ChildFunClone1 (Results 1 - 8 of 8) sorted by relevance

/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_003.cpp50 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 DIt_pid_container_005.cpp73 static int ChildFunClone1(void *p) in ChildFunClone1() function
130 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer005()
H A DIt_pid_container_004.cpp55 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 DIt_pid_container_002.cpp106 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 DIt_pid_container_030.cpp54 static int ChildFunClone1(void *p) in ChildFunClone1() function
124 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer030()
H A DIt_pid_container_028.cpp74 static int ChildFunClone1(void *p) in ChildFunClone1() function
134 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer028()
H A DIt_pid_container_029.cpp52 static int ChildFunClone1(void *p) in ChildFunClone1() function
118 int childPid = clone(ChildFunClone1, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ItPidContainer029()
H A DIt_pid_container_027.cpp74 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