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

  /external/libevent/test/
regress_thread.c 145 static int got_sigchld = 0; variable
152 got_sigchld++;
220 tt_assert(got_sigchld);
  /external/ppp/pppd/
main.c 193 static int got_sigchld; /* set if we have received a SIGCHLD */ variable
632 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) {
657 if (got_sigchld) {
658 got_sigchld = 0;
    [all...]

Completed in 69 milliseconds