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

/haiku/headers/posix/sys/
H A Dwait.h24 #define WIFSIGNALED(value) ((((value) >> 8) & 0xff) != 0) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h90 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status)) macro

Completed in 73 milliseconds