Home
last modified time | relevance | path

Searched refs:CONTAINER_SECOND_PID (Results 1 – 8 of 8) sorted by relevance

/kernel/liteos_a/testsuites/unittest/container/full/
DIt_pid_container_007.cpp45 if (getpid() != CONTAINER_SECOND_PID) { in ChildFun()
DIt_pid_container_006.cpp58 if (ret != CONTAINER_SECOND_PID) { in ChildFun()
DIt_pid_container_005.cpp36 if (pid != CONTAINER_SECOND_PID) { in ChildFunClone3()
DIt_pid_container_002.cpp97 if (ret != CONTAINER_SECOND_PID) { in ChildFunClone2()
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_pid_container_030.cpp36 if (pid != CONTAINER_SECOND_PID) { in ChildFunClone3()
DIt_pid_container_027.cpp36 if (pid != CONTAINER_SECOND_PID) { in ChildFunClone3()
DIt_pid_container_028.cpp36 if (pid != CONTAINER_SECOND_PID) { in ChildFunClone3()
/kernel/liteos_a/testsuites/unittest/container/
DIt_container_test.h67 const int CONTAINER_SECOND_PID = 2; variable