Home
last modified time | relevance | path

Searched refs:ThreadStatus (Results 1 – 25 of 36) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStatusTest.java80 + 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()
93 + JDWPConstants.ThreadStatus.getName(suspendStatus)); in testStatus002()
137 + 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()
150 + JDWPConstants.ThreadStatus.getName(suspendStatus)); in testStatus001()
DStatus002Test.java94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus003()
95 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) { in testStatus003()
99 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")" in testStatus003()
101 + Integer.toHexString(JDWPConstants.ThreadStatus.SLEEPING) in testStatus003()
102 … + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.SLEEPING) + ")"); in testStatus003()
DStatus004Test.java92 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus005()
93 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
97 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus005()
98 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus005()
DStatus005Test.java93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus006()
94 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) { in testStatus006()
98 + Integer.toHexString(JDWPConstants.ThreadStatus.MONITOR) in testStatus006()
99 … + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.MONITOR) + ")"); in testStatus006()
DStatus003Test.java93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus004()
94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
98 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus004()
99 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus004()
DStatus006Test.java104 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus007()
105 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) { in testStatus007()
109 + Integer.toHexString(JDWPConstants.ThreadStatus.ZOMBIE) in testStatus007()
110 … + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.ZOMBIE) + ")"); in testStatus007()
DResumeTest.java201 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
241 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
321 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
362 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
409 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
DThreadGroup002Test.java186 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testThreadGroup002()
202 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) { in testThreadGroup002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java94 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads003()
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()
160 || threadStatus == JDWPConstants.ThreadStatus.WAIT) { in testAllThreads002()
DSuspendTest.java92 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testSuspend001()
/external/valgrind/coregrind/
Dpub_core_threadstate.h61 enum ThreadStatus { enum
69 ThreadStatus; typedef
334 ThreadStatus status;
430 const HChar* VG_(name_of_ThreadStatus) ( ThreadStatus status );
Dpub_core_scheduler.h79 ThreadStatus state, const HChar* who );
Dm_threadstate.c73 const HChar* VG_(name_of_ThreadStatus) ( ThreadStatus status ) in VG_()
/external/deqp/framework/common/
DtcuThreadUtil.hpp156 enum ThreadStatus enum in tcu::ThreadUtil::Thread
179 ThreadStatus getStatus (void) const { return m_status; } in getStatus()
199 ThreadStatus m_status;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h24 enum ThreadStatus { enum
46 ThreadStatus status;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpoint002Test.java169 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testBreakpointIn()
DMethodEntryTest.java75 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testMethodEntry()
DMethodExitTest.java75 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testMethodExit()
DBreakpointTest.java79 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testSetBreakpointEvent()
DFieldModificationTest.java74 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testFieldModifyEvent()
DFieldAccessTest.java74 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testFieldAccessEvent()
DBreakpointOnCatchTest.java91 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testBreakpointOnCatch()
DExceptionBaseTest.java58 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in receiveAndCheckExceptionEvent()
DCombinedExceptionEventsTest.java156 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in runCombinedExceptionEventsTest()
DSingleStepTest.java180 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in stepFunction()

12