Searched refs:__WIFSIGNALED (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h90 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status))
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dwaitstatus.h42 # define __WIFSIGNALED(status) \ macro
46 # define __WIFSIGNALED(status) (!__WIFSTOPPED(status) && !__WIFEXITED(status)) macro

Completed in 40 milliseconds