Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DUNIXProcess.java58 private boolean hasExited; field in UNIXProcess
180 hasExited = true;
207 while (!hasExited) {
214 if (!hasExited) {
229 if (!hasExited)
241 if (hasExited) {