Searched refs:CLOSED (Results 1 – 4 of 4) sorted by relevance
1073 static final int CLOSED = 0x01; // if set, other bits ignored field in SubmissionPublisher.BufferedSubscription1121 return (ctl & CLOSED) != 0; in isClosed()1130 return ((c & CLOSED) != 0) ? -1 : (n < 0) ? 0 : n; in estimateLag()1211 ((c = getAndBitwiseOrCtl(RUN | ACTIVE)) & (RUN | CLOSED)) == 0) in startOnOffer()1213 else if ((c & CLOSED) != 0) in startOnOffer()1228 getAndBitwiseOrCtl(ERROR | CLOSED); in tryStart()1241 (getAndBitwiseOrCtl(bits) & (RUN | CLOSED)) == 0) in startOnSignal()1257 if (((c = getAndBitwiseOrCtl(ERROR | RUN | ACTIVE)) & CLOSED) == 0) { in onError()1396 if ((getAndBitwiseOrCtl(CLOSED) & CLOSED) == 0) in closeOnComplete()1412 if ((getAndBitwiseOrCtl(ERROR | CLOSED) & CLOSED) == 0) { in closeOnError()[all …]
98 CLOSED; enumConstant
106 CLOSED; // the stream is closed when the stack walking is done enumConstant224 case CLOSED: in checkState()
19566 enum_constant public static final javax.net.ssl.SSLEngineResult.Status CLOSED;