Searched refs:__WIFSIGNALED (Results 1 – 3 of 3) sorted by relevance
41 #define __WIFSIGNALED(status) \ macro
86 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status))
89 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status))