Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/cron/
Dcron.c60 static volatile sig_atomic_t got_sigchld; variable
380 if (got_sigchld) { in cron_sleep()
381 got_sigchld = 0; in cron_sleep()
487 got_sigchld = 1; in sigchld_handler()
/openbsd/src/usr.sbin/sasyncd/
Dmonitor.c60 static void got_sigchld(int);
90 signal(SIGCHLD, got_sigchld); in monitor_init()
126 got_sigchld(int s) in got_sigchld() function
/openbsd/src/usr.sbin/pppd/
Dmain.c111 volatile sig_atomic_t got_sigchld; variable
966 got_sigchld = 1; in chld()
1175 if (!got_sigchld) in reap_kids()
1177 got_sigchld = 0; in reap_kids()
/openbsd/src/regress/lib/libevent/
Devent_regress.c532 int status, got_sigchld = 0; in test_fork() local
544 signal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld); in test_fork()
587 if (!got_sigchld) { in test_fork()