Searched refs:__WIFSTOPPED (Results 1 – 3 of 3) sorted by relevance
49 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro51 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f && ((status) & 0xff00)) macro
86 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
91 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
Completed in 4 milliseconds