Searched refs:InterruptDebuggee (Results 1 – 2 of 2) sorted by relevance
41 public class InterruptDebuggee extends SyncDebuggee { class81 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()
64 debuggeeWrapper.vmMirror.getThreadID(InterruptDebuggee.TESTED_THREAD); in testInterrupt001()