Home
last modified time | relevance | path

Searched refs:getpid (Results 426 - 450 of 1411) sorted by relevance

1...<<11121314151617181920>>...57

/third_party/ltp/testcases/kernel/syscalls/capget/
H A Dcapget01.c46 pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/capset/
H A Dcapset01.c53 pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/setpgrp/
H A Dsetpgrp01.c94 if (getpgrp() == getpid()) { in setup()
/third_party/ltp/testcases/kernel/syscalls/syscall/
H A Dsyscall01.c24 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 Dfcntl05.c52 pid = getpid(); in setup()
H A Dfcntl02.c49 sprintf(fname, "fcntl02_%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/fdatasync/
H A Dfdatasync01.c129 if (sprintf(filename, "fdatasync_%d", getpid()) <= 0) { in setup()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmget/
H A Dshmget06.c50 pid = getpid(); in setup()
H A Dshmget05.c50 pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/
H A Dsched_getparam01.c67 pids[1] = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/signal/
H A Dsignal03.c42 pid = getpid(); in do_test()
/third_party/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill02.c53 TEST(sys_tgkill(getpid(), tid, SIGRTMIN)); in run()
/third_party/ltp/testcases/kernel/syscalls/write/
H A Dwrite04.c40 sprintf(fifo, "%s.%d", fifo, getpid()); in setup()
/third_party/ltp/testcases/kernel/mem/ksm/
H A Dksm03.c71 SAFE_CG_PRINTF(tst_cg, "cgroup.procs", "%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat01.c28 sprintf(filename, "creat01.%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork01.c33 SAFE_FILE_PRINTF(FILENAME, "%d", getpid()); in verify_fork()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/
H A Dmsgget05.c49 pid = getpid(); in setup()
H A Dmsgget04.c49 pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill03.c49 real_pid = getpid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h34 fd = get_ns_fd(getpid(), proc_name); in init_ns_type()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/
H A D2-1.c47 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/speculative/
H A D7-1.c38 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D15-1.c30 sprintf(qname, "/mq_open_15-1_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
H A D11-1.c34 sprintf(qname, "/mq_send_11-1_%d", getpid()); in main()
H A D11-2.c34 sprintf(qname, "/mq_send_11-2_%d", getpid()); in main()

Completed in 7 milliseconds

1...<<11121314151617181920>>...57