Searched refs:got_sigchld (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dmain.c194 static int got_sigchld; /* set if we have received a SIGCHLD */ variable
655 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) {
680 if (got_sigchld) {
681 got_sigchld = 0;
1442 got_sigchld = 1;
/external/chromium_org/third_party/libevent/test/
H A Dregress.c531 int status, got_sigchld = 0; local
543 signal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld);
586 if (!got_sigchld) {

Completed in 2402 milliseconds