Home
last modified time | relevance | path

Searched defs:WIFSIGNALED (Results 1 – 4 of 4) sorted by relevance

/external/fio/os/windows/posix/include/sys/
Dwait.h4 #define WIFSIGNALED(a) 0 macro
/external/bison/lib/
Dsys_wait.in.h54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
/external/bison/darwin-lib/sys/
Dwait.h356 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
395 # define WIFSIGNALED(x) ((x) == 3) macro
/external/bison/linux-lib/sys/
Dwait.h356 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
395 # define WIFSIGNALED(x) ((x) == 3) macro