Home
last modified time | relevance | path

Searched refs:suspendThread (Results 1 – 12 of 12) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java78 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames005()
132 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames004()
187 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames003()
247 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames002()
342 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames001()
DForceEarlyReturn003Test.java84 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnFloat()
DForceEarlyReturn004Test.java84 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnDouble()
DForceEarlyReturn005Test.java84 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnVoid()
DFrameCountTest.java64 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrameCount001()
DOwnedMonitorsTest.java80 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitors001()
DForceEarlyReturn006Test.java113 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
DCurrentContendedMonitorTest.java83 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testCurrentContendedMonitor001()
DStatusTest.java64 debuggeeWrapper.vmMirror.suspendThread(threadID); in testStatus002()
DOwnedMonitorsStackDepthInfoTest.java99 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitorsStackDepthInfo()
DForceEarlyReturnTest.java112 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in RunTestForceEarlyReturn()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java508 public ReplyPacket suspendThread(long threadID) { in suspendThread() method in VmMirror