Searched defs:WIFSTOPPED (Results 1 – 2 of 2) sorted by relevance
26 #define WIFSTOPPED(value) ((((value) >> 16) & 0xff) != 0) macro
91 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status)) macro