Home | History | Annotate | Download | only in concurrent

Lines Matching defs:interruptible

92  *       waiting thread is interrupted. Interruptible and timeout
1072 if (node.wasInterrupted && !node.interruptible)
1087 final boolean interruptible;
1095 QNode(Phaser phaser, int phase, boolean interruptible,
1099 this.interruptible = interruptible;
1115 if (wasInterrupted && interruptible) {