Searched refs:WIFSIGNALED (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/tools/tests/execperf/
H A Drun.c76 if (WIFSIGNALED(ret)) {
/xnu-2782.1.97/bsd/sys/
H A Dwait.h153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c230 if (!(WIFSIGNALED( my_status ))) {
H A Dpipes_tests.c201 } else if (WIFSIGNALED(child_status)) {
H A Dtests.c2710 if ( WIFSIGNALED( my_status ) || ( WIFEXITED( my_status ) && WEXITSTATUS( my_status ) != 0 ) ) {
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c500 else if (WIFSIGNALED(status_and_exitcode)) {
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c1541 if (WIFSIGNALED(p->p_xstat)) {

Completed in 44 milliseconds