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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dwait.h160 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmemory_tests.c229 if ( WIFSIGNALED( my_status ) && WTERMSIG( my_status ) != SIGBUS ) {
H A Dmisc.c223 if ( WIFSIGNALED( my_status ) && WTERMSIG( my_status ) != SIGKILL ) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dunix_signal.c442 else if (WIFSIGNALED(status_and_exitcode)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c584 else if (WIFSIGNALED(status_and_exitcode)) {

Completed in 70 milliseconds