InterruptionUtil.java | 45 private final Thread interruptee; field in class:InterruptionUtil.Interruptenator 48 Interruptenator(Thread interruptee, long everyMillis) { 50 this.interruptee = interruptee; 64 interruptee.interrupt(); 78 final Thread interruptee = Thread.currentThread(); local 87 interruptee.interrupt();
|