Searched defs:__WIFSTOPPED (Results 1 – 1 of 1) sorted by relevance
49 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro51 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f && ((status) & 0xff00)) macro
Completed in 2 milliseconds