Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_thread.c145 static int got_sigchld = 0; variable
152 got_sigchld++; in sigchld_cb()
220 tt_assert(got_sigchld); in thread_basic()
/external/ppp/pppd/
Dmain.c193 static int got_sigchld; /* set if we have received a SIGCHLD */ variable
632 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) { in handle_events()
657 if (got_sigchld) { in handle_events()
658 got_sigchld = 0; in handle_events()
1497 got_sigchld = 1;