Searched refs:CloneWrapper (Results 1 - 13 of 13) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_024.cpp | 52 auto pid = CloneWrapper(ChildFunc, CLONE_NEWPID, &argTmp); in GroupProcess() 73 auto pid = CloneWrapper(GroupProcess, CLONE_NEWPID, &arg); in ItPidContainer024()
|
H A D | It_net_container_010.cpp | 54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWNET, &argTmp); in GroupProcess() 73 auto pid = CloneWrapper(GroupProcess, CLONE_NEWNET, &arg); in ItNetContainer010()
|
H A D | It_user_container_005.cpp | 56 auto pid = CloneWrapper(childFunc, CLONE_NEWUSER, &arg_child); in GroupProcess() 80 auto pid = CloneWrapper(GroupProcess, CLONE_NEWUSER, &arg); in ItUserContainer005()
|
H A D | It_uts_container_003.cpp | 54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &argTmp); in GroupProcess() 74 auto pid = CloneWrapper(GroupProcess, CLONE_NEWUTS, &arg); in ItUtsContainer003()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_uts_container_006.cpp | 40 int childsPid = CloneWrapper(ChildFunction, CLONE_NEWUTS, NULL); in UtsContainerTest() 87 auto pid = CloneWrapper(UtsContainerTest, CLONE_NEWUTS, &arg); in ItUtsContainer006()
|
H A D | It_user_container_004.cpp | 53 int childsPid = CloneWrapper(ChildFunction, CLONE_NEWUSER, NULL); in childFunc() 99 auto pid = CloneWrapper(childFunc, SIGCHLD, &arg); in ItUserContainer004()
|
H A D | It_uts_container_001.cpp | 46 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &arg); in ItUtsContainer001()
|
H A D | It_user_container_001.cpp | 50 auto pid = CloneWrapper(childFunc, CLONE_NEWUSER, &arg); in ItUserContainer001()
|
H A D | It_user_container_003.cpp | 134 auto pid = CloneWrapper(childFunc, SIGCHLD, &arg); in ItUserContainer003()
|
H A D | It_uts_container_005.cpp | 108 auto pid = CloneWrapper(UtsContainerTest, CLONE_NEWUTS, &arg); in ItUtsContainer005()
|
H A D | It_user_container_002.cpp | 133 auto pid = CloneWrapper(childFunc, CLONE_NEWUSER, &arg); in ItUserContainer002()
|
/kernel/liteos_a/testsuites/unittest/container/ |
H A D | It_container_test.h | 100 pid_t CloneWrapper(int (*func)(void *), int flag, void *args);
|
H A D | It_container_test.cpp | 59 pid_t CloneWrapper(int (*func)(void *), int flag, void *args) in CloneWrapper() function
|
Completed in 5 milliseconds