Searched refs:got_sigchld (Results 1 – 4 of 4) sorted by relevance
60 static volatile sig_atomic_t got_sigchld; variable380 if (got_sigchld) { in cron_sleep()381 got_sigchld = 0; in cron_sleep()487 got_sigchld = 1; in sigchld_handler()
60 static void got_sigchld(int);90 signal(SIGCHLD, got_sigchld); in monitor_init()126 got_sigchld(int s) in got_sigchld() function
111 volatile sig_atomic_t got_sigchld; variable966 got_sigchld = 1; in chld()1175 if (!got_sigchld) in reap_kids()1177 got_sigchld = 0; in reap_kids()
532 int status, got_sigchld = 0; in test_fork() local544 signal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld); in test_fork()587 if (!got_sigchld) { in test_fork()