Home
last modified time | relevance | path

Searched defs:WIFSTOPPED (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/posix/sys/
H A Dwait.h26 #define WIFSTOPPED(value) ((((value) >> 16) & 0xff) != 0) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h91 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status)) macro