Searched refs:WIFSIGNALED (Results 1 – 11 of 11) sorted by relevance
15 if (WIFSIGNALED(status)) { in wait_for_child_exit()
58 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0 && (x) != 0x13) macro
156 } else if (WIFSIGNALED(status)) { in _zed_exec_fork_child()
230 if (WIFSIGNALED(status)) in common_test_pidfile_child()
641 else if (WIFSIGNALED(status))
567 else if (WIFSIGNALED(signo)) in exit1()1093 } else if (WIFSIGNALED(p->p_xsig)) { in proc_to_reap()
3390 } else if (WIFSIGNALED(p->p_xsig)) { in childproc_exited()
212 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
1237 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in serverCron()
828 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in sentinelCollectTerminatedScripts()
7675 } else if (WIFSIGNALED(status)) { in exec_child()