Searched refs:__WIFSTOPPED (Results 1 – 3 of 3) sorted by relevance
45 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
87 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status))
90 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status))