Searched refs:CANCELLED (Results 1 – 3 of 3) sorted by relevance
232 static final int CANCELLED = 4; field in AbstractFuture.Sync304 case CANCELLED: in getValue()320 return (getState() & (COMPLETED | CANCELLED | INTERRUPTED)) != 0; in isDone()327 return (getState() & (CANCELLED | INTERRUPTED)) != 0; in isCancelled()355 return complete(null, null, interrupt ? INTERRUPTED : CANCELLED); in cancel()378 this.exception = ((finalState & (CANCELLED | INTERRUPTED)) != 0) in complete()
52 CANCELLED, enumConstant281 status = Status.CANCELLED; in cancel()356 return status == Status.CANCELLED; in isCancelled()
120 CANCELLED, enumerator1684 tpriv->reap_action = CANCELLED; in cancel_control_transfer()1712 tpriv->reap_action = CANCELLED; in cancel_bulk_transfer()1734 tpriv->reap_action = CANCELLED; in cancel_iso_transfer()1836 if (tpriv->reap_action == CANCELLED) { in handle_bulk_completion()1970 if (tpriv->reap_action == CANCELLED) { in handle_iso_completion()2022 if (tpriv->reap_action == CANCELLED) { in handle_control_completion()