Searched defs:WIFSIGNALED (Results 1 – 2 of 2) sorted by relevance
24 #define WIFSIGNALED(value) ((((value) >> 8) & 0xff) != 0) macro
90 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status)) macro