Searched defs:__WIFSIGNALED (Results 1 – 1 of 1) sorted by relevance
42 # define __WIFSIGNALED(status) \ macro46 # define __WIFSIGNALED(status) (!__WIFSTOPPED(status) && !__WIFEXITED(status)) macro