/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify03.c | 138 sprintf(fname, "%s/tfile_%d", mntpoint, getpid()); in setup()
|
H A D | inotify01.c | 141 sprintf(fname, "tfile_%d", getpid()); in setup()
|
H A D | inotify05.c | 126 sprintf(fname, "tfile_%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap001.c | 59 snprintf(buf, 1024, "testfile.%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid05.c | 26 * determining its process id by using getpid, the parent receives a 28 * checks that getpid returns the correct process id. 211 int pid = getpid(); in do_child()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 2-1.c | 52 sprintf(qname, "/mq_open_2-1_%d", getpid()); in main()
|
H A D | 16-1.c | 55 sprintf(qname, "/mq_open_16-1_%d", getpid()); in main()
|
H A D | 9-2.c | 49 sprintf(qname, "/mq_open_9-2_%d", getpid()); in main()
|
H A D | 8-2.c | 49 sprintf(qname, "/mq_open_8-2_%d", getpid()); in main()
|
H A D | 7-2.c | 49 sprintf(qname, "/mq_open_7-2_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 3-2.c | 57 sprintf(qname, "/mq_send_3-2_%d", getpid()); in main()
|
H A D | 3-1.c | 55 sprintf(qname, "/mq_send_3-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 12-1.c | 82 sprintf(gqname, "/mq_timedsend_12-1_%d", getpid()); in a_thread_func()
|
H A D | 16-1.c | 65 sprintf(gqname, "/mq_timedsend_16-1_%d", getpid()); in main()
|
H A D | 5-3.c | 62 sprintf(gqname, "/mq_timedsend_5-3_%d", getpid()); in main()
|
H A D | 3-2.c | 60 sprintf(qname, "/mq_timedsend_3-2_%d", getpid()); in main()
|
H A D | 3-1.c | 58 sprintf(qname, "/mq_timedsend_3-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/realtime/perf/latency/ |
H A D | pthread_cond_latency.c | 125 if (sched_setscheduler(getpid(), SCHED_FIFO, &schparm) != 0) { in test_signal()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 8-1.c | 53 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
H A D | 2-1.c | 65 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 3-3.c | 104 process = getpid(); in sendsig()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
H A D | 8-1.c | 102 process = getpid(); in sendsig()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-qnx.cc | 103 snprintf(buf, PATH_MAX + 1, "/proc/%d/as", getpid()); in GetSharedLibraryAddresses()
|
H A D | platform-freebsd.cc | 52 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in GetSharedLibraryAddresses()
|
/third_party/mesa3d/src/util/ |
H A D | os_file.c | 205 pid_t pid = getpid(); in os_same_file_description()
|