Searched defs:WIFSIGNALED (Results 1 - 2 of 2) sorted by relevance
/bionic/libc/include/sys/ | ||
H A D | wait.h | 46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro |
/bionic/tools/versioner/current/sys/ | ||
H A D | wait.h | 46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro |
Completed in 46 milliseconds