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

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c145 static int got_sigchld = 0; variable
152 got_sigchld++;
220 tt_assert(got_sigchld);
H A Dregress.c841 int status, got_sigchld = 0; local
858 evsignal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld);
920 if (!got_sigchld) {

Completed in 158 milliseconds