/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork10.c | 152 sprintf(pidbuf, "%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
H A D | mprotect03.c | 149 sprintf(file1, "mprotect03.tmp.%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl03.c | 64 pid_t ppid = getpid(); in verify_prctl()
|
/third_party/ltp/testcases/kernel/syscalls/process_madvise/ |
H A D | process_madvise.h | 45 snprintf(smaps, BUFSIZ, "/proc/%i/smaps", getpid()); in read_address_mapping()
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill01.c | 84 TEST(sys_tgkill(getpid(), threads[i].tid, SIGUSR1)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/vfork/ |
H A D | vfork02.c | 189 SAFE_KILL(cleanup, getpid(), SIGUSR1); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/dup2/ |
H A D | dup202.c | 53 sprintf(testfile, "dup202.%d", getpid()); in setup()
|
H A D | dup203.c | 93 pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fchmodat/ |
H A D | fchmodat01.c | 65 int p = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns05.c | 49 if (getpid() != 1) in child()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv01.c | 69 pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
H A D | pidfd_send_signal02.c | 85 info.si_pid = getpid(); in setup()
|
H A D | pidfd_send_signal01.c | 91 uinfo->si_pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/ |
H A D | rt_sigprocmask01.c | 116 if (kill(getpid(), TEST_SIG) < 0) in main()
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/ |
H A D | rt_sigqueueinfo01.c | 93 uinfo->si_pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
H A D | sigaction01.c | 253 (void)kill(getpid(), SIGUSR1); in main()
|
/third_party/ltp/testcases/kernel/syscalls/sigaltstack/ |
H A D | sigaltstack01.c | 185 my_pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/sigprocmask/ |
H A D | sigprocmask01.c | 118 my_pid = getpid(); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 11-5.c | 60 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_11_5_%d", getpid()); in main()
|
H A D | 11-3.c | 73 snprintf(tmpfname, sizeof(tmpfname), "/pts_mmap_11_3_%d", getpid()); in main()
|
H A D | 7-3.c | 51 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_7_3_%d", getpid()); in main()
|
H A D | 7-4.c | 52 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_7_4_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/ |
H A D | 3-1.c | 61 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 9-1.c | 44 sprintf(qname, "/mq_open_9-1_%d", getpid()); in main()
|
H A D | 8-1.c | 40 sprintf(qname, "/mq_open_8-1_%d", getpid()); in main()
|