Searched defs:WIFEXITED (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/libc/include/bits/ | ||
H A D | wait.h | 53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) macro |
/aosp12/bionic/libc/tzcode/ | ||
H A D | private.h | 133 #define WIFEXITED(status) (((status) & 0xff) == 0) macro |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ | ||
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |