Searched refs:interruptor (Results 1 – 2 of 2) sorted by relevance
142 private Interruptible interruptor; field in AbstractInterruptibleChannel154 if (interruptor == null) { in begin()155 interruptor = new Interruptible() { in begin()168 blockedOn(interruptor); in begin()171 interruptor.interrupt(me); in begin()
194 private Interruptible interruptor = null; field in AbstractSelector210 if (interruptor == null) { in begin()211 interruptor = new Interruptible() { in begin()216 AbstractInterruptibleChannel.blockedOn(interruptor); in begin()219 interruptor.interrupt(me); in begin()