Searched defs:WIFSIGNALED (Results 1 – 2 of 2) sorted by relevance
39 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro
1133 def WIFSIGNALED(self, status): member in ChildWatcherTestsMixin