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.java81 + 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()
94 + JDWPConstants.ThreadStatus.getName(suspendStatus)); in testStatus002()
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()
151 + JDWPConstants.ThreadStatus.getName(suspendStatus)); in testStatus001()
DStatus002Test.java95 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus003()
96 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) { in testStatus003()
100 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")" in testStatus003()
102 + Integer.toHexString(JDWPConstants.ThreadStatus.SLEEPING) in testStatus003()
103 … + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.SLEEPING) + ")"); in testStatus003()
DStatus003Test.java94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus004()
95 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
99 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus004()
100 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus004()
DStatus004Test.java93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus005()
94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
98 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus005()
99 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus005()
DStatus005Test.java94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus006()
95 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) { in testStatus006()
99 + Integer.toHexString(JDWPConstants.ThreadStatus.MONITOR) in testStatus006()
100 … + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.MONITOR) + ")"); in testStatus006()
DStatus006Test.java105 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus007()
106 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) { in testStatus007()
110 + Integer.toHexString(JDWPConstants.ThreadStatus.ZOMBIE) in testStatus007()
111 … + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.ZOMBIE) + ")"); in testStatus007()
DResumeTest.java200 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
240 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
320 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
361 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
408 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001()
DThreadGroup002Test.java185 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testThreadGroup002()
201 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) { in testThreadGroup002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java95 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads003()
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()
161 || threadStatus == JDWPConstants.ThreadStatus.WAIT) { in testAllThreads002()
DSuspendTest.java93 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testSuspend001()
/external/deqp/framework/common/
DtcuThreadUtil.hpp156 enum ThreadStatus enum in tcu::ThreadUtil::Thread
179 ThreadStatus getStatus (void) const { de::ScopedLock lock(m_statusLock); return m_status; } in getStatus()
180 void setStatus (ThreadStatus status) { de::ScopedLock lock(m_statusLock); m_status = status; } in setStatus()
201 ThreadStatus m_status;
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DVirtualTimeSource.kt29 private class ThreadStatus { class
57 private val threads = ConcurrentHashMap<Thread, ThreadStatus>() in toString()
83 val status = threads.getOrPut(Thread.currentThread()) { ThreadStatus() }!! in toString()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h24 enum ThreadStatus { enum
46 ThreadStatus status;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h23 enum ThreadStatus { enum
49 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()
DBreakpointTest.java77 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testSetBreakpointEvent()
DMethodExitTest.java76 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testMethodExit()
DMethodEntryTest.java76 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testMethodEntry()
DFieldModificationTest.java75 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testFieldModifyEvent()
DFieldAccessTest.java75 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testFieldAccessEvent()
DBreakpointOnCatchTest.java90 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in testBreakpointOnCatch()
DExceptionBaseTest.java58 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in receiveAndCheckExceptionEvent()
DBreakpoint003Test.java77 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in test()
DCombinedExceptionEventsTest.java156 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in runCombinedExceptionEventsTest()
DSingleStepTest.java176 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING, in stepFunction()

12