Searched refs:threadStatus (Results 1 – 15 of 15) sorted by relevance
75 int threadStatus = reply.getNextValueAsInt(); in testStatus002() local80 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus002()83 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus002()85 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002()88 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002()132 int threadStatus = reply.getNextValueAsInt(); in testStatus001() local137 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus001()140 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus001()142 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001()145 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001()
197 int threadStatus = reply.getNextValueAsInt(); in testResume001() local200 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001()201 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()237 threadStatus = reply.getNextValueAsInt(); in testResume001()240 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001()241 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()317 int threadStatus = reply.getNextValueAsInt(); in testResume001() local320 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001()321 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()358 threadStatus = reply.getNextValueAsInt(); in testResume001()[all …]
90 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus003() local93 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus003()94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus003()95 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) { in testStatus003()98 + Integer.toHexString(threadStatus) in testStatus003()99 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")" in testStatus003()
100 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus007() local103 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus007()104 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus007()105 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) { in testStatus007()
89 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus004() local92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus004()93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus004()94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
88 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus005() local91 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus005()92 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus005()93 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
89 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus006() local92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus006()93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus006()94 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) { in testStatus006()
181 int threadStatus = reply.getNextValueAsInt(); in testThreadGroup002() local185 logWriter.println("==> thread status of checked thread = " + threadStatus + "(" in testThreadGroup002()186 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testThreadGroup002()202 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) { in testThreadGroup002()
145 int threadStatus = reply.getNextValueAsInt(); in testSuspend001() local148 logWriter.println("==> threadStatus = " + threadStatus + "(" in testSuspend001()149 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testSuspend001()
68 int threadStatus, suspendStatus; in testAllThreads003() local89 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003()94 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads003()126 int threadStatus, suspendStatus; in testAllThreads002() local149 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002()154 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads002()156 if (threadStatus == JDWPConstants.ThreadStatus.RUNNING in testAllThreads002()157 || threadStatus == JDWPConstants.ThreadStatus.MONITOR in testAllThreads002()158 || threadStatus == JDWPConstants.ThreadStatus.SLEEPING in testAllThreads002()159 || threadStatus == JDWPConstants.ThreadStatus.ZOMBIE in testAllThreads002()[all …]
66 int threadStatus, suspendStatus; in testSuspend001() local87 threadStatus = replyName.getNextValueAsInt(); in testSuspend001()92 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testSuspend001()
375 int threadStatus = reply.getNextValueAsInt(); in checkThreadStatus() local378 logWriter.println("==> threadStatus = " + threadStatus + " (" in checkThreadStatus()379 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in checkThreadStatus()
1058 int32_t threadStatus = tests[j].start(); in TestThreadedIntl() local1059 if (threadStatus != 0) { in TestThreadedIntl()1060 errln("System Error %d starting thread number %d.", threadStatus, j); in TestThreadedIntl()1472 int32_t threadStatus = tests[j]->start(); in TestString() local1473 if (threadStatus != 0) { in TestString()1474 errln("System Error %d starting thread number %d.", threadStatus, j); in TestString()
568 int threadStatus = replyPacket.getNextValueAsInt(); in checkThreadState() local572 assertEquals("Invalid thread status", threadStatus, expectedThreadStatus, in checkThreadState()574 JDWPConstants.ThreadStatus.getName(threadStatus)); in checkThreadState()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...