Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStatusTest.java76 int threadStatus = reply.getNextValueAsInt(); in testStatus002() local
81 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus002()
84 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus002()
86 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002()
89 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002()
133 int threadStatus = reply.getNextValueAsInt(); in testStatus001() local
138 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus001()
141 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus001()
143 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001()
146 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001()
DResumeTest.java196 int threadStatus = reply.getNextValueAsInt(); in testResume001() local
199 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001()
200 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
236 threadStatus = reply.getNextValueAsInt(); in testResume001()
239 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001()
240 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
316 int threadStatus = reply.getNextValueAsInt(); in testResume001() local
319 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001()
320 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
357 threadStatus = reply.getNextValueAsInt(); in testResume001()
[all …]
DStatus002Test.java91 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus003() local
94 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus003()
95 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus003()
96 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) { in testStatus003()
99 + Integer.toHexString(threadStatus) in testStatus003()
100 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")" in testStatus003()
DStatus005Test.java90 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus006() local
93 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus006()
94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus006()
95 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) { in testStatus006()
DStatus004Test.java89 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus005() local
92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus005()
93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus005()
94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
DStatus006Test.java101 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus007() local
104 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus007()
105 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus007()
106 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) { in testStatus007()
DStatus003Test.java90 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus004() local
93 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus004()
94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus004()
95 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
DThreadGroup002Test.java180 int threadStatus = reply.getNextValueAsInt(); in testThreadGroup002() local
184 logWriter.println("==> thread status of checked thread = " + threadStatus + "(" in testThreadGroup002()
185 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testThreadGroup002()
201 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) { in testThreadGroup002()
DSuspendTest.java146 int threadStatus = reply.getNextValueAsInt(); in testSuspend001() local
149 logWriter.println("==> threadStatus = " + threadStatus + "(" in testSuspend001()
150 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testSuspend001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java69 int threadStatus, suspendStatus; in testAllThreads003() local
90 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003()
95 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads003()
127 int threadStatus, suspendStatus; in testAllThreads002() local
150 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002()
155 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads002()
157 if (threadStatus == JDWPConstants.ThreadStatus.RUNNING in testAllThreads002()
158 || threadStatus == JDWPConstants.ThreadStatus.MONITOR in testAllThreads002()
159 || threadStatus == JDWPConstants.ThreadStatus.SLEEPING in testAllThreads002()
160 || threadStatus == JDWPConstants.ThreadStatus.ZOMBIE in testAllThreads002()
[all …]
DSuspendTest.java67 int threadStatus, suspendStatus; in testSuspend001() local
88 threadStatus = replyName.getNextValueAsInt(); in testSuspend001()
93 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testSuspend001()
DResumeTest.java373 int threadStatus = reply.getNextValueAsInt(); in checkThreadStatus() local
376 logWriter.println("==> threadStatus = " + threadStatus + " (" in checkThreadStatus()
377 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in checkThreadStatus()
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp678 int32_t threadStatus = tests[j].start(); in TestThreadedIntl() local
679 if (threadStatus != 0) { in TestThreadedIntl()
681 __FILE__, __LINE__, threadStatus, j); in TestThreadedIntl()
985 int32_t threadStatus = tests[j].start(); in TestString() local
986 if (threadStatus != 0) { in TestString()
987 … errln("%s:%d System Error %d starting thread number %d.", __FILE__, __LINE__, threadStatus, j); in TestString()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java563 int threadStatus = replyPacket.getNextValueAsInt(); in checkThreadState() local
567 assertEquals("Invalid thread status", threadStatus, expectedThreadStatus, in checkThreadState()
569 JDWPConstants.ThreadStatus.getName(threadStatus)); in checkThreadState()
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c125 jdwpThreadStatus threadStatus; in status() local
140 error = threadControl_applicationThreadStatus(thread, &threadStatus, in status()
146 (void)outStream_writeInt(out, threadStatus); in status()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java284 return jdwpStatus().threadStatus; in status()
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1856 (int threadStatus "One of the thread status codes "