Searched defs:Interruptor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DInterruptHangTest.java27 Interruptor interruptorThread = new Interruptor(Thread.currentThread());
55 class Interruptor extends Thread { class in inherits:Thread
57 Interruptor(Thread interruptee) { method in class:Interruptor
73 System.out.println("Debuggee Interruptor: finished after " +

Completed in 22 milliseconds