HomeSort by relevance Sort by last modified time
    Searched refs:ZOMBIE (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
Status006Test.java 65 * <BR>&nbsp;&nbsp; - returned thread status is ZOMBIE status;
106 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) {
110 + Integer.toHexString(JDWPConstants.ThreadStatus.ZOMBIE)
111 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.ZOMBIE) + ")");
ThreadGroup002Test.java 62 * <BR>&nbsp;&nbsp; - all threads with status ZOMBIE are only finished tested threads;
63 * <BR>&nbsp;&nbsp; - all threads without status ZOMBIE are only NOT finished tested threads;
64 * <BR>&nbsp;&nbsp; - if status of thread is ZOMBIE then returned groupID must be null;
65 * <BR>&nbsp;&nbsp; - if status of thread is not ZOMBIE then returned groupID must not be null;
66 * <BR>&nbsp;&nbsp; - thread group name should be expected name for thread which is not ZOMBIE;
203 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) {
207 " should NOT be ZOMBIE!");
213 logWriter.println("## FAILURE: Unexpected thread groupID for checked thread with status = ZOMBIE!");
222 " should be ZOMBIE!");
227 logWriter.println("## FAILURE: Unexpected thread groupID for checked thread with status != ZOMBIE!");
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 40 public static final byte ZOMBIE = 0;
59 case ZOMBIE:
60 return "ZOMBIE";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsTest.java 113 * <BR>'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
160 || threadStatus == JDWPConstants.ThreadStatus.ZOMBIE
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec     [all...]
  /external/oj-libjdwp/src/share/back/
util.c     [all...]

Completed in 1026 milliseconds