Searched defs:WIFEXITED (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/bits/ | ||
D | wait.h | 53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) macro |
/bionic/libc/tzcode/ | ||
D | private.h | 133 #define WIFEXITED(status) (((status) & 0xff) == 0) macro |