Searched refs:WIFSIGNALED (Results 1 – 3 of 3) sorted by relevance
23 #define WIFSIGNALED(w) (((w) & 0x7f) > 0 && (((w) & 0x7f) < 0x7f)) macro
86 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status)) macro
89 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status)) macro