Home
last modified time | relevance | path

Searched refs:UWbuf (Results 1 – 3 of 3) sorted by relevance

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dmaster.c65 int UWbuf; in FixKids() local
68 while (-1 != (pid = waitpid(-1, &UWbuf, WNOHANG | WUNTRACED))) { in FixKids()
74 if (WIFSTOPPED(UWbuf) && 0 == kill(pid, SIGCONT)) { in FixKids()
87 if (WIFEXITED(UWbuf) && (WEXITSTATUS(UWbuf) == EX_UNAVAILABLE)) { in FixKids()
89 (unsigned long)pGE->pid, WEXITSTATUS(UWbuf)); in FixKids()
95 if (WIFSIGNALED(UWbuf) && (WTERMSIG(UWbuf) == SIGTERM)) { in FixKids()
97 (unsigned long)pGE->pid, WTERMSIG(UWbuf)); in FixKids()
105 if (WIFEXITED(UWbuf)) in FixKids()
107 WEXITSTATUS(UWbuf)); in FixKids()
109 if (WIFSIGNALED(UWbuf)) in FixKids()
[all …]
H A Dgroup.c1325 int UWbuf; in ReapVirt() local
1346 if (WIFEXITED(UWbuf)) in ReapVirt()
1349 if (WIFSIGNALED(UWbuf)) in ReapVirt()
1359 if (WIFEXITED(UWbuf)) { in ReapVirt()
1372 WEXITSTATUS(UWbuf)); in ReapVirt()
1376 if (WIFSIGNALED(UWbuf)) { in ReapVirt()
1382 pid, WTERMSIG(UWbuf)); in ReapVirt()
1389 WTERMSIG(UWbuf)); in ReapVirt()
1401 if (WIFEXITED(UWbuf)) in ReapVirt()
1403 if (WIFSIGNALED(UWbuf)) in ReapVirt()
[all …]
/dports/comms/conserver-com/conserver-8.2.4/console/
H A Dconsole.c795 int UWbuf; in ReapVirt() local
797 while (-1 != (pid = waitpid(-1, &UWbuf, WNOHANG | WUNTRACED))) { in ReapVirt()
803 if (WIFSTOPPED(UWbuf) && 0 == kill(pid, SIGCONT)) { in ReapVirt()
809 if (WIFEXITED(UWbuf)) in ReapVirt()
811 WEXITSTATUS(UWbuf)); in ReapVirt()
812 if (WIFSIGNALED(UWbuf)) in ReapVirt()
813 Verbose("child process %lu: signal(%d)", pid, WTERMSIG(UWbuf)); in ReapVirt()
815 if (WIFEXITED(UWbuf)) in ReapVirt()
818 pid, WEXITSTATUS(UWbuf)); in ReapVirt()
819 if (WIFSIGNALED(UWbuf)) in ReapVirt()
[all …]