/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
H A D | 2-1.c | 40 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 11-2.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 7-1.c | 40 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 9-1.c | 42 sprintf(qname, "/mq_send_9-1_%d", getpid()); in main()
|
H A D | 8-1.c | 40 sprintf(qname, "/mq_send_8-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/ |
H A D | 1-2.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 1-1.c | 41 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 5-1.c | 43 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 10-2.c | 47 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 10-1.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 17-1.c | 44 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 13-1.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 14-1.c | 43 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 7-1.c | 42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/speculative/ |
H A D | 10-2.c | 45 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 1-1.c | 42 sprintf(qname, "/mq_timedsend_1-1_%d", getpid()); in main()
|
H A D | 10-1.c | 41 sprintf(qname, "/mq_timedsend_10-1_%d", getpid()); in main()
|
H A D | 4-3.c | 43 sprintf(qname, "/mq_timedsend_4-3_%d", getpid()); in main()
|
H A D | 2-1.c | 36 sprintf(qname, "/mq_timedsend_2-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
H A D | 3-1.c | 72 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
H A D | 7-1.c | 65 pid = getpid(); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/tools/ |
H A D | t0.c | 66 kill(getpid(), SIGALRM); in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | popen.c | 40 snprintf(cmd, sizeof cmd, "read a ; test \"x$a\" = xhello && kill -USR1 %d", getpid()); in main()
|
/third_party/node/deps/uv/src/unix/ |
H A D | aix-common.c | 82 pi.pi_pid = getpid(); in uv_exepath()
|
/third_party/toybox/toys/other/ |
H A D | oneit.c | 60 if (getpid()!=1) _exit(127+signal); in oneit_signaled()
|