Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_003.cpp38 static int ChildFunClone2() in ChildFunClone2() function
62 childPid = ChildFunClone2(); in ChildFunClone1()
H A DIt_pid_container_005.cpp42 static int ChildFunClone2(void *p) in ChildFunClone2() function
102 int childPid = clone(ChildFunClone2, (char *)pstk + STACK_SIZE, CLONE_NEWUTS | SIGCHLD, NULL); in ChildFunClone1()
H A DIt_pid_container_004.cpp38 static int ChildFunClone2(void *p) in ChildFunClone2() function
66 int childPid = clone(ChildFunClone2, (char *)pstk + STACK_SIZE, CLONE_NEWPID | SIGCHLD, NULL); in ChildFunClone1()
H A DIt_pid_container_002.cpp77 static int ChildFunClone2(void *p) in ChildFunClone2() function
114 int childPid = clone(ChildFunClone2, NULL, CLONE_NEWPID | SIGCHLD, NULL); in ChildFunClone1()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_pid_container_030.cpp43 static int ChildFunClone2(void *p) in ChildFunClone2() function
82 int childPid = clone(ChildFunClone2, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ChildFunClone1()
H A DIt_pid_container_028.cpp42 static int ChildFunClone2(void *p) in ChildFunClone2() function
103 int childPid = clone(ChildFunClone2, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ChildFunClone1()
H A DIt_pid_container_029.cpp42 static int ChildFunClone2(void *p) in ChildFunClone2() function
81 int childPid = clone(ChildFunClone2, (char *)pstk + STACK_SIZE, CLONE_NEWPID | SIGCHLD, NULL); in ChildFunClone1()
H A DIt_pid_container_027.cpp42 static int ChildFunClone2(void *p) in ChildFunClone2() function
105 int childPid = clone(ChildFunClone2, (char *)pstk + STACK_SIZE, SIGCHLD, NULL); in ChildFunClone1()

Completed in 4 milliseconds