Searched defs:WIFEXITED (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/sys/
H A Dwait.h44 #define WIFEXITED(s) (WTERMSIG(s) == 0) macro
/bionic/libc/tzcode/
H A Dprivate.h93 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
96 #ifndef WIFEXITED
97 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
98 #endif /* !defined WIFEXITED */

Completed in 655 milliseconds