Searched refs:exitValue (Results 1 – 5 of 5) sorted by relevance
194 exitValue(); in waitFor()215 public abstract int exitValue(); in exitValue() method in Process259 exitValue(); in isAlive()
213 public synchronized int exitValue() {
121 assertEquals(0, process.exitValue()); in test_exitValue()126 assertEquals(34, process.exitValue()); in test_exitValue()132 assertTrue(process.exitValue() != 0); in test_exitValue()136 process.exitValue(); in test_exitValue()159 assertTrue(process.exitValue() != 0); in test_destroyForcibly()
87 public synchronized int exitValue() { in exitValue() method in UNIXProcess
3759 method public abstract int exitValue();