InterruptionUtil.java | 44 private final Thread interruptee; field in class:InterruptionUtil.Interruptenator 47 Interruptenator(Thread interruptee, long everyMillis) { 49 this.interruptee = interruptee; 63 interruptee.interrupt(); 76 final Thread interruptee = Thread.currentThread(); local 85 interruptee.interrupt();
|