Home
last modified time | relevance | path

Searched refs:getpid (Results 451 - 475 of 939) sorted by relevance

1...<<11121314151617181920>>...38

/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork10.c152 sprintf(pidbuf, "%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect03.c149 sprintf(file1, "mprotect03.tmp.%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl03.c64 pid_t ppid = getpid(); in verify_prctl()
/third_party/ltp/testcases/kernel/syscalls/process_madvise/
H A Dprocess_madvise.h45 snprintf(smaps, BUFSIZ, "/proc/%i/smaps", getpid()); in read_address_mapping()
/third_party/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill01.c84 TEST(sys_tgkill(getpid(), threads[i].tid, SIGUSR1)); in run()
/third_party/ltp/testcases/kernel/syscalls/vfork/
H A Dvfork02.c189 SAFE_KILL(cleanup, getpid(), SIGUSR1); in setup()
/third_party/ltp/testcases/kernel/syscalls/dup2/
H A Ddup202.c53 sprintf(testfile, "dup202.%d", getpid()); in setup()
H A Ddup203.c93 pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat01.c65 int p = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns05.c49 if (getpid() != 1) in child()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv01.c69 pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
H A Dpidfd_send_signal02.c85 info.si_pid = getpid(); in setup()
H A Dpidfd_send_signal01.c91 uinfo->si_pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/
H A Drt_sigprocmask01.c116 if (kill(getpid(), TEST_SIG) < 0) in main()
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
H A Drt_sigqueueinfo01.c93 uinfo->si_pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/sigaction/
H A Dsigaction01.c253 (void)kill(getpid(), SIGUSR1); in main()
/third_party/ltp/testcases/kernel/syscalls/sigaltstack/
H A Dsigaltstack01.c185 my_pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/sigprocmask/
H A Dsigprocmask01.c118 my_pid = getpid(); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D11-5.c60 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_11_5_%d", getpid()); in main()
H A D11-3.c73 snprintf(tmpfname, sizeof(tmpfname), "/pts_mmap_11_3_%d", getpid()); in main()
H A D7-3.c51 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_7_3_%d", getpid()); in main()
H A D7-4.c52 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 D3-1.c61 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D9-1.c44 sprintf(qname, "/mq_open_9-1_%d", getpid()); in main()
H A D8-1.c40 sprintf(qname, "/mq_open_8-1_%d", getpid()); in main()

Completed in 7 milliseconds

1...<<11121314151617181920>>...38