Home
last modified time | relevance | path

Searched refs:hasExited (Results 1 – 2 of 2) 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) {
/libcore/ojluni/annotations/hiddenapi/java/lang/
DUNIXProcess.java105 private boolean hasExited; field in UNIXProcess