Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DProcessManager.java92 } else if (WIFSIGNALED(status.value)) { in watchChildren()
/libcore/luni/src/main/java/android/system/
DOsConstants.java94 public static boolean WIFSIGNALED(int status) { return (WTERMSIG(status + 1) >= 2); } in WIFSIGNALED() method in OsConstants