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

/bionic/libc/include/bits/
H A Dwait.h43 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro
/bionic/tools/versioner/current/bits/
H A Dwait.h43 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro

Completed in 114 milliseconds