Lines Matching refs:interrupted
27 private boolean interrupted = false;
109 * Checks whether interrupted flag is set or not
114 return interrupted;
118 * Sets the interrupted flag for the given process
120 * @param interrupted the new value of the flag
122 protected void setInterrupted(boolean interrupted) {
123 this.interrupted = interrupted;
127 * Checks whether interrupted flag is set or not
136 * Sets the interrupted flag for the given process
138 * @param interrupted the new value of the flag