Home | History | Annotate | Download | only in concurrent

Lines Matching defs:CANCELLED

48  * or cancelled (unless the computation is invoked using
90 * NEW -> CANCELLED
98 private static final int CANCELLED = 4;
121 if (s >= CANCELLED)
158 return state >= CANCELLED;
168 mayInterruptIfRunning ? INTERRUPTING : CANCELLED)))
217 * has been cancelled.
223 * this future has already been set or has been cancelled.
241 * already been set or has been cancelled.
291 * computation encounters an exception or is cancelled. This is