Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DInterruptDebuggee.java41 public class InterruptDebuggee extends SyncDebuggee { class
81 synchronized(InterruptDebuggee.waitForFinish){ in run()
83 synchronized(InterruptDebuggee.waitForStart){ in run()
85 InterruptDebuggee.waitForStart.notifyAll(); in run()
88 synchronized(InterruptDebuggee.waitForInterrupt){ in run()
94 InterruptDebuggee.waitForInterrupt.wait(); in run()
109 runDebuggee(InterruptDebuggee.class); in main()
DInterruptTest.java64 debuggeeWrapper.vmMirror.getThreadID(InterruptDebuggee.TESTED_THREAD); in testInterrupt001()