HomeSort by relevance Sort by last modified time
    Searched refs:got_sigchld (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
main.c 194 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;
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 531 int status, got_sigchld = 0; local
543 signal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld);
586 if (!got_sigchld) {
    [all...]

Completed in 71 milliseconds