Home
last modified time | relevance | path

Searched defs:pid1 (Results 51 - 75 of 103) sorted by relevance

12345

/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_pid_container_030.cpp66 auto pid1 = getpid(); in ChildFunClone1() local
H A DIt_pid_container_033.cpp82 auto pid1 = clone(childFunc, stackTop, CLONE_NEWPID, NULL); in ItPidContainer033() local
H A DIt_pid_container_032.cpp78 auto pid1 = clone(childFunc, stackTop, CLONE_NEWPID, NULL); in ItPidContainer032() local
H A DIt_time_container_006.cpp86 auto pid1 = clone(childFunc, stackTop, CLONE_NEWTIME, NULL); in ItTimeContainer006() local
H A DIt_user_container_007.cpp80 auto pid1 = clone(childFunc, stackTop, CLONE_NEWUSER, NULL); in ItUserContainer007() local
H A DIt_user_container_006.cpp76 auto pid1 = clone(childFunc, stackTop, CLONE_NEWUSER, NULL); in ItUserContainer006() local
H A DIt_uts_container_008.cpp80 auto pid1 = clone(childFunc, stackTop, CLONE_NEWUTS, NULL); in ItUtsContainer008() local
H A DIt_uts_container_007.cpp76 auto pid1 = clone(childFunc, stackTop, CLONE_NEWUTS, NULL); in ItUtsContainer007() local
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_042.cpp80 pid_t pid, pid1; in GroupProcess() local
152 pid_t pid, pid1; in TestCase() local
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
H A Dprocess_test_006.cpp50 int pid, pid1; in ProcessTest001() local
H A Dprocess_test_023.cpp75 pid_t pid, pid1, pid2; in ProcessTest() local
H A Dprocess_test_021.cpp92 pid_t pid, pid1, pid2; in ProcessTest() local
H A Dprocess_test_025.cpp75 pid_t pid, pid1, pid2; in ProcessTest() local
H A Dprocess_test_022.cpp72 pid_t pid, pid1, pid2; in ProcessTest() local
H A Dprocess_test_024.cpp70 pid_t pid, pid1, pid2; in ProcessTest() local
/third_party/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp02.c28 static int pid1; variable
37 int *pid1; member
[all...]
H A Dkcmp01.c26 static int pid1; variable
30 int *pid1; member
H A Dkcmp03.c28 static int pid1; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/memory/
H A Drs_memory_track_test.cpp59 pid_t pid1 = -1; in HWTEST_F() local
74 pid_t pid1 = 0; in HWTEST_F() local
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c30 static int sys_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, in sys_kcmp() argument
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c30 static int sys_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, in sys_kcmp() argument
/test/xts/acts/kernel_lite/process_posix/src/
H A DPidTest.cpp164 pid_t pid1 = fork(); in HWTEST_F() local
205 pid_t pid1 = fork(); in HWTEST_F() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dgetprocpid.c32 pid_t pid1 = getprocpid(); in getprocpid_0100() local
46 pid_t pid1 = getprocpid(); in getprocpid_0200() local
86 pid_t pid1 = getprocpid(); in getprocpid_0300() local
101 pid_t pid1 in pthread_func() local
119 pid_t pid1 = getproctid(); getproctid_0100() local
140 pid_t pid1 = getproctid(); getproctid_0200() local
181 pid_t pid1 = getproctid(); getproctid_0300() local
[all...]
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_camera_test.cpp481 int32_t pid1 = 3458; in HWTEST_F() local
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_camera_test.cpp406 int32_t pid1 = 3458; in HWTEST_F() local

Completed in 11 milliseconds

12345