Home
last modified time | relevance | path

Searched defs:pid2 (Results 1 - 25 of 69) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork03.c24 int pid1, pid2, status, i; in verify_fork() local
H A Dfork02.c57 int pid1, pid2, status; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c51 pid_t pid2; in test_vmx_syscall() local
H A Dfpu_syscall.c50 pid_t pid2; in test_syscall_fpu() local
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c51 pid_t pid2; in test_vmx_syscall() local
H A Dfpu_syscall.c50 pid_t pid2; in test_syscall_fpu() local
/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_020.cpp52 pid_t pid2 = fork(); in Child() local
H A DIt_pid_container_018.cpp89 pid_t pid2 = fork(); in ChildFun() local
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
H A Dprocess_test_019.cpp56 pid_t pid, pid1, pid2; in ProcessTest() local
H A Dprocess_test_018.cpp56 pid_t pid, pid1, pid2; in ProcessTest() local
H A Dprocess_test_020.cpp63 pid_t pid, pid1, pid2; in ProcessTest() local
H A Dprocess_test_023.cpp75 pid_t pid, pid1, pid2; in ProcessTest() local
/third_party/ltp/include/lapi/
H A Dkcmp.h34 static inline int kcmp(int pid1, int pid2, int type, int fd1, int fd2) in kcmp() argument
/third_party/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp.h47 int kcmp(int pid1, int pid2, int type, int fd1, int fd2) in kcmp() argument
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill08.c77 pid_t pid1, pid2; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_cond_timedwait_sup.c56 pthread_t pid1, pid2; in pthread_cond_timedwait_0100() local
H A Dpthread_cond_wait.c24 pthread_t pid2; variable
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
H A Dkcmp_test.c23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp() argument
35 int pid1, pid2; in main() local
88 int pid2 = getpid(); in main() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/
H A Dkcmp_test.c23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp() argument
35 int pid1, pid2; in main() local
88 int pid2 = getpid(); in main() local
[all...]
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_007.cpp79 auto pid2 = clone(childFunc, stackTop, CLONE_NEWIPC, NULL); in ItIpcContainer007() local
H A DIt_mnt_container_009.cpp79 auto pid2 = clone(childFunc, stackTop, CLONE_NEWNS, NULL); in ItMntContainer009() local
H A DIt_net_container_011.cpp79 auto pid2 = clone(childFunc, stackTop, CLONE_NEWNET, NULL); in ItNetContainer011() local
H A DIt_pid_container_032.cpp81 auto pid2 = clone(childFunc, stackTop, CLONE_NEWPID, NULL); in ItPidContainer032() local
H A DIt_user_container_006.cpp79 auto pid2 = clone(childFunc, stackTop, CLONE_NEWUSER, NULL); in ItUserContainer006() local
H A DIt_uts_container_007.cpp79 auto pid2 = clone(childFunc, stackTop, CLONE_NEWUTS, NULL); in ItUtsContainer007() local

Completed in 7 milliseconds

123