Home
last modified time | relevance | path

Searched defs:pid (Results 376 - 400 of 3866) sorted by relevance

1...<<11121314151617181920>>...155

/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_uts_container_003.cpp54 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &argTmp); in GroupProcess() local
74 auto pid = CloneWrapper(GroupProcess, CLONE_NEWUTS, &arg); in ItUtsContainer003() local
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_mnt_container_002.cpp87 auto pid = clone(ChildFunc, stackTop, CLONE_NEWNS, &arg); in ItMntContainer002() local
H A DIt_mnt_container_001.cpp77 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer001() local
H A DIt_mnt_container_004.cpp71 auto pid = clone(ChildFunc, stackTop, CLONE_NEWNS, &arg); in ItMntContainer004() local
H A DIt_mnt_container_003.cpp72 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer003() local
H A DIt_mnt_container_006.cpp89 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer006() local
H A DIt_mnt_container_007.cpp80 auto pid = clone(ChildFunc, stackTop, 0, &arg); in ItMntContainer007() local
H A DIt_pid_container_023.cpp58 auto pid = clone(ChildFunc, (char *)stack + STACK_SIZE, CLONE_NEWPID, &arg); in ItPidContainer023() local
H A DIt_user_container_001.cpp50 auto pid = CloneWrapper(childFunc, CLONE_NEWUSER, &arg); in ItUserContainer001() local
H A DIt_uts_container_001.cpp46 auto pid = CloneWrapper(ChildFunc, CLONE_NEWUTS, &arg); in ItUtsContainer001() local
/kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/
H A Dliteipc_test_001.cpp110 pid_t pid = fork(); in TestCase() local
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_030.cpp43 int pid; in TestCase() local
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A Dmkfifo_test_002.cpp47 pid_t pid; in TestMkfifoReturn() local
H A Dsignal_test_032.cpp44 int pid = 0; in TestCase() local
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_206.cpp37 int pid; in Child() local
120 pid_t pid = fork(); Testcase() local
[all...]
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_033.cpp57 pid_t pid, pid1; in TestCase() local
[all...]
H A Dprocess_test_032.cpp60 pid_t pid, pid1; in TestCase() local
[all...]
H A Dprocess_test_031.cpp57 pid_t pid, pid1; in TestCase() local
[all...]
H A Dprocess_test_034.cpp58 pid_t pid, pid1; in TestCase() local
[all...]
H A Dprocess_test_035.cpp60 pid_t pid, pid1; in TestCase() local
[all...]
H A Dprocess_test_060.cpp91 pid_t pid; in TestCase() local
H A Dprocess_test_062.cpp46 pid_t pid; in TestCase() local
H A Dprocess_test_053.cpp48 pid_t pid = fork(); in TestCase() local
H A Dprocess_test_065.cpp89 pid_t pid; in TestCase() local
H A Dprocess_test_068.cpp40 pid_t pid; in TestCase() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...155