Searched refs:INTERRUPTING (Results 1 – 2 of 2) sorted by relevance
99 private static final int INTERRUPTING = 5; field in FutureTask168 mayInterruptIfRunning ? INTERRUPTING : CANCELLED))) in cancel()283 if (s >= INTERRUPTING) in run()320 if (s >= INTERRUPTING) in runAndReset()333 if (s == INTERRUPTING) in handlePossibleCancellationInterrupt()334 while (state == INTERRUPTING) in handlePossibleCancellationInterrupt()
122 private static final int INTERRUPTING = 5; // 0x5 field in FutureTask