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

/bionic/libc/include/bits/
H A Dwait.h38 #define WTERMSIG(s) ((s) & 0x7f) macro
41 #define WIFEXITED(s) (WTERMSIG(s) == 0)
42 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
43 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
/bionic/tools/versioner/current/bits/
H A Dwait.h38 #define WTERMSIG(s) ((s) & 0x7f) macro
41 #define WIFEXITED(s) (WTERMSIG(s) == 0)
42 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
43 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)

Completed in 114 milliseconds