Searched refs:got_sigchld (Results 1 – 2 of 2) sorted by relevance
145 static int got_sigchld = 0; variable152 got_sigchld++; in sigchld_cb()220 tt_assert(got_sigchld); in thread_basic()
193 static int got_sigchld; /* set if we have received a SIGCHLD */ variable632 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;