Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dmain.c194 static int got_sigchld; /* set if we have received a SIGCHLD */ variable
655 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;
/external/chromium_org/third_party/libevent/test/
Dregress.c531 int status, got_sigchld = 0; in test_fork() local
543 signal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld); in test_fork()
586 if (!got_sigchld) { in test_fork()