Home
last modified time | relevance | path

Searched refs:endedpid (Results 1 – 7 of 7) sorted by relevance

/dports/mail/exim-monitor/exim-4.95/src/
H A Ddeliver.c3982 pid_t endedpid = waitpid(pid, &status, 0); in par_wait() local
3983 if (endedpid == pid) goto PROCESS_DONE; in par_wait()
3984 if (endedpid != (pid_t)(-1) || errno != EINTR) in par_wait()
3987 (int)endedpid, errno, (int)pid); in par_wait()
/dports/mail/exim/exim-4.95/src/
H A Ddeliver.c3982 pid_t endedpid = waitpid(pid, &status, 0); in par_wait() local
3983 if (endedpid == pid) goto PROCESS_DONE; in par_wait()
3984 if (endedpid != (pid_t)(-1) || errno != EINTR) in par_wait()
3987 (int)endedpid, errno, (int)pid); in par_wait()
/dports/mail/exim-mysql/exim-4.95/src/
H A Ddeliver.c3982 pid_t endedpid = waitpid(pid, &status, 0); in par_wait() local
3983 if (endedpid == pid) goto PROCESS_DONE; in par_wait()
3984 if (endedpid != (pid_t)(-1) || errno != EINTR) in par_wait()
3987 (int)endedpid, errno, (int)pid); in par_wait()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Ddeliver.c3982 pid_t endedpid = waitpid(pid, &status, 0); in par_wait() local
3983 if (endedpid == pid) goto PROCESS_DONE; in par_wait()
3984 if (endedpid != (pid_t)(-1) || errno != EINTR) in par_wait()
3987 (int)endedpid, errno, (int)pid); in par_wait()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Ddeliver.c3982 pid_t endedpid = waitpid(pid, &status, 0); in par_wait() local
3983 if (endedpid == pid) goto PROCESS_DONE; in par_wait()
3984 if (endedpid != (pid_t)(-1) || errno != EINTR) in par_wait()
3987 (int)endedpid, errno, (int)pid); in par_wait()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Ddeliver.c3982 pid_t endedpid = waitpid(pid, &status, 0); in par_wait() local
3983 if (endedpid == pid) goto PROCESS_DONE; in par_wait()
3984 if (endedpid != (pid_t)(-1) || errno != EINTR) in par_wait()
3987 (int)endedpid, errno, (int)pid); in par_wait()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Ddeliver.c3982 pid_t endedpid = waitpid(pid, &status, 0); in par_wait() local
3983 if (endedpid == pid) goto PROCESS_DONE; in par_wait()
3984 if (endedpid != (pid_t)(-1) || errno != EINTR) in par_wait()
3987 (int)endedpid, errno, (int)pid); in par_wait()