Home
last modified time | relevance | path

Searched refs:CloneWrapper (Results 1 - 13 of 13) sorted by relevance

/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_024.cpp52 auto pid = CloneWrapper(ChildFunc, CLONE_NEWPID, &argTmp); in GroupProcess()
73 auto pid = CloneWrapper(GroupProcess, CLONE_NEWPID, &arg); in ItPidContainer024()
H A DIt_net_container_010.cpp54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWNET, &argTmp); in GroupProcess()
73 auto pid = CloneWrapper(GroupProcess, CLONE_NEWNET, &arg); in ItNetContainer010()
H A DIt_user_container_005.cpp56 auto pid = CloneWrapper(childFunc, CLONE_NEWUSER, &arg_child); in GroupProcess()
80 auto pid = CloneWrapper(GroupProcess, CLONE_NEWUSER, &arg); in ItUserContainer005()
H A DIt_uts_container_003.cpp54 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 DIt_uts_container_006.cpp40 int childsPid = CloneWrapper(ChildFunction, CLONE_NEWUTS, NULL); in UtsContainerTest()
87 auto pid = CloneWrapper(UtsContainerTest, CLONE_NEWUTS, &arg); in ItUtsContainer006()
H A DIt_user_container_004.cpp53 int childsPid = CloneWrapper(ChildFunction, CLONE_NEWUSER, NULL); in childFunc()
99 auto pid = CloneWrapper(childFunc, SIGCHLD, &arg); in ItUserContainer004()
H A DIt_uts_container_001.cpp46 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &arg); in ItUtsContainer001()
H A DIt_user_container_001.cpp50 auto pid = CloneWrapper(childFunc, CLONE_NEWUSER, &arg); in ItUserContainer001()
H A DIt_user_container_003.cpp134 auto pid = CloneWrapper(childFunc, SIGCHLD, &arg); in ItUserContainer003()
H A DIt_uts_container_005.cpp108 auto pid = CloneWrapper(UtsContainerTest, CLONE_NEWUTS, &arg); in ItUtsContainer005()
H A DIt_user_container_002.cpp133 auto pid = CloneWrapper(childFunc, CLONE_NEWUSER, &arg); in ItUserContainer002()
/kernel/liteos_a/testsuites/unittest/container/
H A DIt_container_test.h100 pid_t CloneWrapper(int (*func)(void *), int flag, void *args);
H A DIt_container_test.cpp59 pid_t CloneWrapper(int (*func)(void *), int flag, void *args) in CloneWrapper() function

Completed in 5 milliseconds