Searched refs: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.h97 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
100 #ifndef WIFEXITED
101 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
102 #endif /* !defined WIFEXITED */

Completed in 57 milliseconds