Searched refs:__WIFSIGNALED (Results 1 – 3 of 3) sorted by relevance
45 #define __WIFSIGNALED(status) (((unsigned)((status) & 0xffff) - 1U) < 0xffU) macro
85 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
90 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
Completed in 39 milliseconds