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

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

Completed in 46 milliseconds