Searched refs:got_sigchld (Results 1 – 1 of 1) sorted by relevance
196 static int got_sigchld; /* set if we have received a SIGCHLD */ variable658 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) { in handle_events()683 if (got_sigchld) { in handle_events()684 got_sigchld = 0; in handle_events()1523 got_sigchld = 1;