Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dfork.c15 if (WIFSIGNALED(status)) { in wait_for_child_exit()
/f-stack/freebsd/sys/
H A Dwait.h58 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0 && (x) != 0x13) macro
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_exec.c156 } else if (WIFSIGNALED(status)) { in _zed_exec_fork_child()
/f-stack/tools/libutil/tests/
H A Dpidfile_test.c230 if (WIFSIGNALED(status)) in common_test_pidfile_child()
/f-stack/tools/ipfw/
H A Dmain.c641 else if (WIFSIGNALED(status))
/f-stack/freebsd/kern/
H A Dkern_exit.c567 else if (WIFSIGNALED(signo)) in exit1()
1093 } else if (WIFSIGNALED(p->p_xsig)) { in proc_to_reap()
H A Dkern_sig.c3390 } else if (WIFSIGNALED(p->p_xsig)) { in childproc_exited()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c212 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
/f-stack/app/redis-5.0.5/src/
H A Dserver.c1237 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in serverCron()
H A Dsentinel.c828 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in sentinelCollectTerminatedScripts()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c7675 } else if (WIFSIGNALED(status)) { in exec_child()