Searched refs:got_sigchld (Results 1 – 2 of 2) sorted by relevance
194 static int got_sigchld; /* set if we have received a SIGCHLD */ variable655 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) { in handle_events()680 if (got_sigchld) { in handle_events()681 got_sigchld = 0; in handle_events()1442 got_sigchld = 1;
531 int status, got_sigchld = 0; in test_fork() local543 signal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld); in test_fork()586 if (!got_sigchld) { in test_fork()