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

/darwin-on-arm/xnu/tools/tests/execperf/
H A Drun.c76 if (WIFSIGNALED(ret)) {
/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h160 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmisc.c227 if (!(WIFSIGNALED( my_status ))) {
H A Dmemory_tests.c395 if ( !WIFSIGNALED( my_status ) || WTERMSIG( my_status ) != SIGBUS) {
H A Dpipes_tests.c199 } else if (WIFSIGNALED(child_status)) {
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c241 else if (WIFSIGNALED(status_and_exitcode)) {
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c500 else if (WIFSIGNALED(status_and_exitcode)) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1421 if (WIFSIGNALED(p->p_xstat)) {

Completed in 42 milliseconds