Home
last modified time | relevance | path

Searched refs:dead_pid (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/moreutils/moreutils-0.66/
H A Dmispipe.c128 pid_t dead_pid; in main() local
169 dead_pid = waitpid(child2_pid, NULL, WUNTRACED); in main()
170 if (dead_pid == -1) { in main()
173 else if (dead_pid != child2_pid) { in main()
174 error("waitpid(): Who died? %i\n", dead_pid); in main()
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dsubproc.c169 pid_t dead_pid; in subproc_wait() local
172 while ((dead_pid = waitpid(pid, &status, 0)) == -1 && errno == EINTR) ; in subproc_wait()
174 if (dead_pid != pid) { in subproc_wait()
/dports/devel/kyua/kyua-0.13/utils/process/
H A Dstatus_test.cpp87 ATF_REQUIRE_EQ(pid, s.dead_pid()); in fork_and_wait()
100 ATF_REQUIRE_EQ(-1, fake.dead_pid()); in ATF_TEST_CASE_BODY()
111 ATF_REQUIRE_EQ(-1, fake.dead_pid()); in ATF_TEST_CASE_BODY()
H A Doperations.cpp235 "ourselves") % status.termsig() % status.dead_pid()); in terminate_self_with()
270 signals::remove_pid_to_kill(status.dead_pid()); in wait_any()
H A Dstatus.hpp67 int dead_pid(void) const;
H A Dexecutor.cpp633 PRE(original_pid == status.dead_pid()); in post_wait()
636 process::terminate_group(status.dead_pid()); in post_wait()
852 return _pimpl->post_wait(status.dead_pid(), status); in wait_any()
H A Dstatus.cpp113 process::status::dead_pid(void) const in dead_pid() function in process::status
/dports/devel/kyua/kyua-0.13/utils/
H A Dstacktrace.cpp216 candidates.push_back(work_directory / (F("core.%s") % status.dead_pid())); in find_core()
218 (F("core.%s") % status.dead_pid())); in find_core()
303 status.dead_pid() % status.termsig(); in dump_stacktrace()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_test.perl1118 my ($test_command, $output_file, $pid, $exitcode, $t0, $tn, $tnp1, $dead_pid,
1146 $dead_pid = waitpid($pid,&WNOHANG); # == $pid on completion
1147 if ($dead_pid == $pid) {
1156 $dead_pid = waitpid($pid,0);
1167 $dead_pid = waitpid($pid,0);
1175 $dead_pid = waitpid($pid,0);
/dports/devel/p5-AnyEvent-DBI/AnyEvent-DBI-3.04/t/
H A D01_fake_mysql.t306 my ($dead_pid,$dead_status)=$cv->recv();
307 is ($dead_pid,$server_pid,'MySQL Server processess exited');
/dports/devel/p5-IPC-Locker/IPC-Locker-1.500/lib/IPC/Locker/
H A DServer.pm281 dead_pid($param[0],$param[1]);
514 dead_pid($onhost,$pid);
518 sub dead_pid { subroutine
/dports/devel/p5-IPC-Locker/IPC-Locker-1.500/lib/IPC/
H A DLocker.pm390 sub dead_pid { subroutine
552 $self->dead_pid(host=>$lhost, pid=>$lpid);
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Demperor.c1770 pid_t dead_pid = waitpid(dead_vassal->pid, &waitpid_status, WNOHANG); in emperor_loop() local
1771 if (dead_pid > 0 || dead_pid < 0) { in emperor_loop()
/dports/archivers/dpkg/dpkg-1.19.7/utils/
H A Dupdate-alternatives.c471 pid_t pid, dead_pid; in spawn() local
481 while ((dead_pid = waitpid(pid, &status, 0)) == -1 && errno == EINTR) ; in spawn()
482 if (dead_pid != pid) in spawn()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.11709 Rename `dead_pid' to `synch_process_pid'.
1859 child_sig: strange hacks with dead_pid for 4.1.
/dports/editors/emacs/emacs-27.2/src/
H A DChangeLog.11709 Rename `dead_pid' to `synch_process_pid'.
1859 child_sig: strange hacks with dead_pid for 4.1.
/dports/archivers/dpkg/dpkg-1.19.7/
H A DChangeLog41779 Use dead_pid instead of r as variable name for waitpid() return value