Home
last modified time | relevance | path

Searched refs:getppid (Results 1 – 25 of 4148) sorted by relevance

12345678910>>...166

/dports/audio/xwave/xwave2-981109/src/
H A Daudio.c382 kill((pid_t) getppid(),SIGUSR1); in play_file()
390 kill((pid_t) getppid(),SIGUSR1); in play_file()
398 kill((pid_t) getppid(),SIGUSR1); in play_file()
411 kill((pid_t) getppid(),SIGUSR1); in play_file()
567 kill((pid_t) getppid(),SIGUSR1); in play_buffer()
575 kill((pid_t) getppid(),SIGUSR1); in play_buffer()
600 kill((pid_t) getppid(),SIGUSR1); in play_buffer()
694 kill((pid_t) getppid(),SIGUSR2); in rec_file()
702 kill((pid_t) getppid(),SIGUSR1); in rec_file()
715 kill((pid_t) getppid(),SIGUSR2); in rec_file()
[all …]
H A Daudio.c,v406 kill((pid_t) getppid(),SIGUSR1);
414 kill((pid_t) getppid(),SIGUSR1);
422 kill((pid_t) getppid(),SIGUSR1);
435 kill((pid_t) getppid(),SIGUSR1);
472 kill((pid_t) getppid(),SIGUSR1);
480 kill((pid_t) getppid(),SIGUSR1);
502 kill((pid_t) getppid(),SIGUSR1);
587 kill((pid_t) getppid(),SIGUSR2);
595 kill((pid_t) getppid(),SIGUSR1);
608 kill((pid_t) getppid(),SIGUSR2);
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dgetppid.texi1 @node getppid
2 @section @code{getppid}
3 @findex getppid
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getppid.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dgetppid.texi1 @node getppid
2 @section @code{getppid}
3 @findex getppid
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html}
/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/bin/
H A Dtest.rs6 use nix::unistd::getppid;
26 let ppid = getppid(); in test_setup()
32 let ppid = getppid(); in test_thread_list()
48 let ppid = getppid().as_raw(); in test_copy_from_process()
70 let ppid = getppid(); in test_find_mappings()
85 let ppid = getppid().as_raw(); in test_file_id()
88 let mut dumper = linux_ptrace_dumper::LinuxPtraceDumper::new(getppid().as_raw())?; in test_file_id()
105 let dumper = linux_ptrace_dumper::LinuxPtraceDumper::new(getppid().as_raw())?; in test_merged_mappings()
122 let ppid = getppid().as_raw(); in test_linux_gate_mapping_id()
141 let ppid = getppid().as_raw(); in test_mappings_include_linux_gate()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/bin/
H A Dtest.rs6 use nix::unistd::getppid;
26 let ppid = getppid(); in test_setup()
32 let ppid = getppid(); in test_thread_list()
48 let ppid = getppid().as_raw(); in test_copy_from_process()
70 let ppid = getppid(); in test_find_mappings()
85 let ppid = getppid().as_raw(); in test_file_id()
88 let mut dumper = linux_ptrace_dumper::LinuxPtraceDumper::new(getppid().as_raw())?; in test_file_id()
105 let dumper = linux_ptrace_dumper::LinuxPtraceDumper::new(getppid().as_raw())?; in test_merged_mappings()
122 let ppid = getppid().as_raw(); in test_linux_gate_mapping_id()
141 let ppid = getppid().as_raw(); in test_mappings_include_linux_gate()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/src/bin/
H A Dtest.rs6 use nix::unistd::getppid;
26 let ppid = getppid(); in test_setup()
32 let ppid = getppid(); in test_thread_list()
48 let ppid = getppid().as_raw(); in test_copy_from_process()
70 let ppid = getppid(); in test_find_mappings()
85 let ppid = getppid().as_raw(); in test_file_id()
88 let mut dumper = linux_ptrace_dumper::LinuxPtraceDumper::new(getppid().as_raw())?; in test_file_id()
105 let dumper = linux_ptrace_dumper::LinuxPtraceDumper::new(getppid().as_raw())?; in test_merged_mappings()
122 let ppid = getppid().as_raw(); in test_linux_gate_mapping_id()
141 let ppid = getppid().as_raw(); in test_mappings_include_linux_gate()
/dports/benchmarks/ubench/ubench-0.32/
H A Dtlock.c88 getppid(),itv,kill(getppid(),itv)); in tlock()
90 kill(getppid(),itv); in tlock()
111 getppid(),SIGUSR2,kill(getppid(),SIGUSR2)); in tlock()
113 kill(getppid(),SIGUSR2); in tlock()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/build/pause/
H A Dorphan.c26 while (getppid() > 1) in main()
28 printf("Child exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
31 printf("Parent exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/build/pause/
H A Dorphan.c26 while (getppid() > 1) in main()
28 printf("Child exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
31 printf("Parent exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/k8s.io/kubernetes/build/pause/
H A Dorphan.c26 while (getppid() > 1) in main()
28 printf("Child exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
31 printf("Parent exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
/dports/sysutils/kubectl/kubernetes-1.22.2/build/pause/linux/
H A Dorphan.c26 while (getppid() > 1) in main()
28 printf("Child exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
31 printf("Parent exiting: pid=%d ppid=%d\n", getpid(), getppid()); in main()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc122 LinuxPtraceDumper dumper(getppid()); in TEST_F()
126 LinuxPtraceDumper dumper(getppid()); in TEST_F()
135 LinuxPtraceDumper dumper(getppid()); in TEST_F()
141 if (dumper.threads()[i] == getppid()) { in TEST_F()
228 LinuxPtraceDumper dumper(getppid()); in TEST_F()
247 const pid_t pid = getppid(); in TEST_F()
272 LinuxPtraceDumper dumper(getppid()); in TEST_F()
296 LinuxPtraceDumper dumper(getppid()); in TEST_F()
332 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc129 LinuxPtraceDumper dumper(getppid()); in TEST_F()
133 LinuxPtraceDumper dumper(getppid()); in TEST_F()
142 LinuxPtraceDumper dumper(getppid()); in TEST_F()
148 if (dumper.threads()[i] == getppid()) { in TEST_F()
235 LinuxPtraceDumper dumper(getppid()); in TEST_F()
254 const pid_t pid = getppid(); in TEST_F()
279 LinuxPtraceDumper dumper(getppid()); in TEST_F()
303 LinuxPtraceDumper dumper(getppid()); in TEST_F()
340 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc129 LinuxPtraceDumper dumper(getppid());
133 LinuxPtraceDumper dumper(getppid());
142 LinuxPtraceDumper dumper(getppid());
148 if (dumper.threads()[i] == getppid()) {
235 LinuxPtraceDumper dumper(getppid());
254 const pid_t pid = getppid();
279 LinuxPtraceDumper dumper(getppid());
303 LinuxPtraceDumper dumper(getppid());
340 LinuxPtraceDumper dumper(getppid());
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/shm_open/
H A D5-1.c54 kill(getppid(), SIGUSR1); in child_process()
60 kill(getppid(), SIGUSR1); in child_process()
67 kill(getppid(), SIGUSR1); in child_process()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-sctp.c164 (void)kill(getppid(), SIGALRM); in stress_sctp_client()
172 (void)kill(getppid(), SIGALRM); in stress_sctp_client()
178 (void)kill(getppid(), SIGALRM); in stress_sctp_client()
193 (void)kill(getppid(), SIGALRM); in stress_sctp_client()
205 (void)kill(getppid(), SIGALRM); in stress_sctp_client()
232 (void)kill(getppid(), SIGALRM); in stress_sctp_client()
369 pid_t pid, ppid = getppid(); in stress_sctp()
/dports/devel/libslang2/slang-2.3.2/modules/test/
H A Dtest_fork.sl21 #ifexists getppid
22 if (_ppid != getppid ())
24 () = fprintf (stderr, "getppid failed in child\n");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc186 LinuxPtraceDumper dumper(getppid()); in TEST_F()
190 LinuxPtraceDumper dumper(getppid()); in TEST_F()
199 LinuxPtraceDumper dumper(getppid()); in TEST_F()
205 if (dumper.threads()[i] == getppid()) { in TEST_F()
292 LinuxPtraceDumper dumper(getppid()); in TEST_F()
311 const pid_t pid = getppid(); in TEST_F()
336 LinuxPtraceDumper dumper(getppid()); in TEST_F()
360 LinuxPtraceDumper dumper(getppid()); in TEST_F()
397 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc186 LinuxPtraceDumper dumper(getppid()); in TEST_F()
190 LinuxPtraceDumper dumper(getppid()); in TEST_F()
199 LinuxPtraceDumper dumper(getppid()); in TEST_F()
205 if (dumper.threads()[i] == getppid()) { in TEST_F()
292 LinuxPtraceDumper dumper(getppid()); in TEST_F()
311 const pid_t pid = getppid(); in TEST_F()
336 LinuxPtraceDumper dumper(getppid()); in TEST_F()
360 LinuxPtraceDumper dumper(getppid()); in TEST_F()
397 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc186 LinuxPtraceDumper dumper(getppid()); in TEST_F()
190 LinuxPtraceDumper dumper(getppid()); in TEST_F()
199 LinuxPtraceDumper dumper(getppid()); in TEST_F()
205 if (dumper.threads()[i] == getppid()) { in TEST_F()
292 LinuxPtraceDumper dumper(getppid()); in TEST_F()
311 const pid_t pid = getppid(); in TEST_F()
336 LinuxPtraceDumper dumper(getppid()); in TEST_F()
360 LinuxPtraceDumper dumper(getppid()); in TEST_F()
397 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc186 LinuxPtraceDumper dumper(getppid()); in TEST_F()
190 LinuxPtraceDumper dumper(getppid()); in TEST_F()
199 LinuxPtraceDumper dumper(getppid()); in TEST_F()
205 if (dumper.threads()[i] == getppid()) { in TEST_F()
292 LinuxPtraceDumper dumper(getppid()); in TEST_F()
311 const pid_t pid = getppid(); in TEST_F()
336 LinuxPtraceDumper dumper(getppid()); in TEST_F()
360 LinuxPtraceDumper dumper(getppid()); in TEST_F()
397 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc186 LinuxPtraceDumper dumper(getppid()); in TEST_F()
190 LinuxPtraceDumper dumper(getppid()); in TEST_F()
199 LinuxPtraceDumper dumper(getppid()); in TEST_F()
205 if (dumper.threads()[i] == getppid()) { in TEST_F()
292 LinuxPtraceDumper dumper(getppid()); in TEST_F()
311 const pid_t pid = getppid(); in TEST_F()
336 LinuxPtraceDumper dumper(getppid()); in TEST_F()
360 LinuxPtraceDumper dumper(getppid()); in TEST_F()
397 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc186 LinuxPtraceDumper dumper(getppid()); in TEST_F()
190 LinuxPtraceDumper dumper(getppid()); in TEST_F()
199 LinuxPtraceDumper dumper(getppid()); in TEST_F()
205 if (dumper.threads()[i] == getppid()) { in TEST_F()
292 LinuxPtraceDumper dumper(getppid()); in TEST_F()
311 const pid_t pid = getppid(); in TEST_F()
336 LinuxPtraceDumper dumper(getppid()); in TEST_F()
360 LinuxPtraceDumper dumper(getppid()); in TEST_F()
397 LinuxPtraceDumper dumper(getppid()); in TEST_F()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/tools/
H A Dosutil.py69 getppid = os.getppid variable
90 def getppid(): function
125 return info['ProcessId'] == getppid()

12345678910>>...166