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