Home
last modified time | relevance | path

Searched refs:getpid (Results 926 - 950 of 1454) sorted by relevance

1...<<31323334353637383940>>...59

/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify03.c138 sprintf(fname, "%s/tfile_%d", mntpoint, getpid()); in setup()
H A Dinotify01.c141 sprintf(fname, "tfile_%d", getpid()); in setup()
H A Dinotify05.c126 sprintf(fname, "tfile_%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap001.c59 snprintf(buf, 1024, "testfile.%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid05.c26 * 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 D2-1.c52 sprintf(qname, "/mq_open_2-1_%d", getpid()); in main()
H A D16-1.c55 sprintf(qname, "/mq_open_16-1_%d", getpid()); in main()
H A D9-2.c49 sprintf(qname, "/mq_open_9-2_%d", getpid()); in main()
H A D8-2.c49 sprintf(qname, "/mq_open_8-2_%d", getpid()); in main()
H A D7-2.c49 sprintf(qname, "/mq_open_7-2_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
H A D3-2.c57 sprintf(qname, "/mq_send_3-2_%d", getpid()); in main()
H A D3-1.c55 sprintf(qname, "/mq_send_3-1_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D12-1.c82 sprintf(gqname, "/mq_timedsend_12-1_%d", getpid()); in a_thread_func()
H A D16-1.c65 sprintf(gqname, "/mq_timedsend_16-1_%d", getpid()); in main()
H A D5-3.c62 sprintf(gqname, "/mq_timedsend_5-3_%d", getpid()); in main()
H A D3-2.c60 sprintf(qname, "/mq_timedsend_3-2_%d", getpid()); in main()
H A D3-1.c58 sprintf(qname, "/mq_timedsend_3-1_%d", getpid()); in main()
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_latency.c125 if (sched_setscheduler(getpid(), SCHED_FIFO, &schparm) != 0) { in test_signal()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
H A D8-1.c53 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c65 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c104 process = getpid(); in sendsig()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D8-1.c102 process = getpid(); in sendsig()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-qnx.cc103 snprintf(buf, PATH_MAX + 1, "/proc/%d/as", getpid()); in GetSharedLibraryAddresses()
H A Dplatform-freebsd.cc52 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in GetSharedLibraryAddresses()
/third_party/mesa3d/src/util/
H A Dos_file.c205 pid_t pid = getpid(); in os_same_file_description()

Completed in 9 milliseconds

1...<<31323334353637383940>>...59