Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodWithSuspensionTestCase.java80 long eventThreadOne = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointEventThread); in runInvokeMethodTest() local
81 int suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest()
89 CommandPacket invokeMethodCommand = buildInvokeCommand(eventThreadOne, classID, in runInvokeMethodTest()
109 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest()
113 CommandPacket anotherInvokeMethodCommand = buildInvokeCommand(eventThreadOne, classID, in runInvokeMethodTest()
141 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest()
145 debuggeeWrapper.vmMirror.resumeThread(eventThreadOne); in runInvokeMethodTest()