Searched refs:WIFSIGNALED (Results 1 – 2 of 2) sorted by relevance
92 } else if (WIFSIGNALED(status.value)) { in watchChildren()
94 public static boolean WIFSIGNALED(int status) { return (WTERMSIG(status + 1) >= 2); } in WIFSIGNALED() method in OsConstants