/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 91 nlhdr->nlmsg_pid = getpid(); in netlink_send() 292 l_local.nl_pid = getpid(); in main()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress01.c | 163 procno, getpid(), seed, (long long)filesize, in child_mapper() 257 srand((unsigned int)getpid()); in initrand()
|
H A D | mmapstress09.c | 388 procno, getpid(), seed, nloops); in child_mapper() 479 srand((unsigned int)getpid()); in initrand()
|
H A D | mmapstress10.c | 612 procno, getpid(), seed, filesize, mapsize_mapper, 617 procno, getpid(), seed, filesize, 919 srand((unsigned int)getpid());
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-tcpserver.c | 483 getpid(), in handle_client() 641 fprintf(info_fp, "PID: %u\n", getpid()); in main()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
H A D | msgstress04.c | 135 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main() 287 exit(doreader(key, tid, getpid(), in dotest()
|
H A D | msgstress02.c | 130 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main() 261 exit(doreader(key, tid, getpid(), in dotest()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise11.c | 102 tst_res(TFAIL, "pid[%d]: fail: bad sentinel value seen: %d expected: %d\n", getpid(), *s, sentinel); in verif_unmap() 384 (long)getpid()); in write_beginning_tag_to_kmsg()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_socket.c | 34 # define getpid _getpid macro 232 success = success && BIO_printf(out, " PID=%d", getpid()) > 0; in report_server_accept()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | pid.c | 238 pa_snprintf(t, sizeof(t), "%lu\n", (unsigned long) getpid()); 281 if (pid != getpid()) {
|
/third_party/python/Lib/multiprocessing/ |
H A D | reduction.py | 110 pid = os.getpid() 124 if self._pid == os.getpid():
|
/third_party/openssl/apps/lib/ |
H A D | s_socket.c | 34 # define getpid _getpid macro 232 success = success && BIO_printf(out, " PID=%d", getpid()) > 0; in report_server_accept()
|
/third_party/rust/crates/rustix/src/io/ |
H A D | procfs.rs | 27 use crate::process::getpid; 247 let pid = getpid(); in proc_self()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | protection_keys.c | 106 sprintf(pidstr, "%d", getpid()); in tracing_on() 415 dprintf2("[%d] SIGCHLD: %d\n", getpid(), x); in sig_chld() 457 dprintf3("[%d] fork() ret: %d\n", getpid(), forkret); in fork_lazy_child() 1203 dprintf3("[%d] fork() ret: %d\n", getpid(), forkret); in become_child() 1329 dprintf1("[%d] child pid: %d\n", getpid(), child_pid); in test_ptrace_of_child() 1334 dprintf1("[%d] attach ret: %ld %d\n", getpid(), ret, __LINE__); in test_ptrace_of_child()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 112 (Message() << "/proc/" << getpid() << "/stat").GetString(); in GetThreadCount() 158 getpid(), 181 getpid(), 233 pid_t pid = getpid();
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 119 (Message() << "/proc/" << getpid() << "/stat").GetString(); in GetThreadCount() 166 getpid(), in GetThreadCount() 189 getpid(), in GetThreadCount() 241 pid_t pid = getpid(); in GetThreadCount()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 118 (Message() << "/proc/" << getpid() << "/stat").GetString(); in GetThreadCount() 164 getpid(), 187 getpid(), 239 pid_t pid = getpid();
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 327 .pid = getpid(), 335 snprintf(filename, sizeof(filename), "jit-%d.dump", getpid()); 360 .pid = getpid(),
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_cookie.c | 115 skel->bss->pid = getpid(); in kprobe_multi_link_api_subtest() 199 skel->bss->pid = getpid(); in kprobe_multi_attach_api_subtest() 255 skel->bss->pid = getpid(); in uprobe_multi_test_run()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | util.c | 94 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-context-chk-vsx.c | 153 pid_t pid = getpid(); in tm_signal_context_chk()
|
H A D | tm-signal-context-chk-vmx.c | 104 pid_t pid = getpid(); in tm_signal_context_chk()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_ldst.c | 69 getpid(); in consume_stack()
|
H A D | wild_bctr.c | 144 kill(getpid(), SIGUSR2); in test_wild_bctr()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 141 printf("main test running as pid %d\n", getpid()); in eat_cpu()
|