Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java79 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames005()
133 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames004()
188 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames003()
248 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames002()
343 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames001()
DForceEarlyReturn005Test.java75 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnVoid()
DForceEarlyReturn004Test.java76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnDouble()
DForceEarlyReturn003Test.java76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnFloat()
DFrameCountTest.java65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrameCount001()
DOwnedMonitorsTest.java71 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitors001()
DCurrentContendedMonitorTest.java69 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testCurrentContendedMonitor001()
DForceEarlyReturn006Test.java105 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
DStatusTest.java65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testStatus002()
DOwnedMonitorsStackDepthInfoTest.java86 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitorsStackDepthInfo()
DForceEarlyReturnTest.java100 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in RunTestForceEarlyReturn()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodSuspendedTwiceTestCase.java81 debuggeeWrapper.vmMirror.suspendThread(eventThreadOne); in runInvokeMethodTest()
/external/oj-libjdwp/src/share/back/
DeventHelper.c110 SuspendThreadCommand suspendThread; member
618 handleSuspendThreadCommand(env, &command->u.suspendThread); in handleCommand()
1121 saveGlobalRef(env, thread, &(command->u.suspendThread.thread)); in eventHelper_suspendThread()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java194 debuggeeWrapper.vmMirror.suspendThread(threadId); in suspendDebuggee()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java527 public ReplyPacket suspendThread(long threadID) { in suspendThread() method in VmMirror