Lines Matching full:interrupt
4208 * The interesting question is what to do if somebody calls Thread.interrupt()
4210 * sitting in "wait". Should the interrupt code quietly raise the
4215 * spec for Thread.interrupt says Object.wait is interruptible. So it
4216 * seems that, if we get unlucky and interrupt class initialization, we
4223 * to initialize, it must *always* fail. This means that a stray interrupt()
4229 * work. Refusing to interrupt class initialization is, in most cases,
4235 * to be interrupted by Thread.interrupt().
4351 * an exception on interrupt.