/third_party/ltp/testcases/kernel/syscalls/capget/ |
H A D | capget01.c | 46 pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/capset/ |
H A D | capset01.c | 53 pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setpgrp/ |
H A D | setpgrp01.c | 94 if (getpgrp() == getpid()) { in setup()
|
/third_party/ltp/testcases/kernel/syscalls/syscall/ |
H A D | syscall01.c | 24 p1 = getpid(); in verify_getpid() 28 tst_res(TPASS, "getpid() == syscall(SYS_getpid)"); in verify_getpid() 30 tst_res(TFAIL, "getpid() = %i, syscall(SYS_getpid) = %i", in verify_getpid()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl05.c | 52 pid = getpid(); in setup()
|
H A D | fcntl02.c | 49 sprintf(fname, "fcntl02_%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fdatasync/ |
H A D | fdatasync01.c | 129 if (sprintf(filename, "fdatasync_%d", getpid()) <= 0) { in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmget/ |
H A D | shmget06.c | 50 pid = getpid(); in setup()
|
H A D | shmget05.c | 50 pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/ |
H A D | sched_getparam01.c | 67 pids[1] = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
H A D | signal03.c | 42 pid = getpid(); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill02.c | 53 TEST(sys_tgkill(getpid(), tid, SIGRTMIN)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
H A D | write04.c | 40 sprintf(fifo, "%s.%d", fifo, getpid()); in setup()
|
/third_party/ltp/testcases/kernel/mem/ksm/ |
H A D | ksm03.c | 71 SAFE_CG_PRINTF(tst_cg, "cgroup.procs", "%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat01.c | 28 sprintf(filename, "creat01.%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork01.c | 33 SAFE_FILE_PRINTF(FILENAME, "%d", getpid()); in verify_fork()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
H A D | msgget05.c | 49 pid = getpid(); in setup()
|
H A D | msgget04.c | 49 pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill03.c | 49 real_pid = getpid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns.h | 34 fd = get_ns_fd(getpid(), proc_name); in init_ns_type()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/ |
H A D | 2-1.c | 47 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/speculative/ |
H A D | 7-1.c | 38 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 15-1.c | 30 sprintf(qname, "/mq_open_15-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 11-1.c | 34 sprintf(qname, "/mq_send_11-1_%d", getpid()); in main()
|
H A D | 11-2.c | 34 sprintf(qname, "/mq_send_11-2_%d", getpid()); in main()
|