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

/bionic/libc/include/sys/
H A Dwait.h44 #define WIFEXITED(s) (WTERMSIG(s) == 0) macro
/bionic/tools/versioner/current/sys/
H A Dwait.h44 #define WIFEXITED(s) (WTERMSIG(s) == 0) macro
/bionic/libc/tzcode/
H A Dprivate.h129 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
132 #ifndef WIFEXITED
133 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
134 #endif /* !defined WIFEXITED */

Completed in 150 milliseconds