Searched refs:CLOSED (Results 1 – 6 of 6) sorted by relevance
29 inline Barrier() : state(CLOSED) { } in Barrier()38 state = CLOSED; in close()42 while (state == CLOSED) { in wait()47 enum { OPENED, CLOSED }; enumerator
100 CLOSED enumConstant204 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in connect()226 if (mSocketState == SocketState.CLOSED) return; in close()239 mSocketState = SocketState.CLOSED; in close()293 if (mSocketState == SocketState.CLOSED) return EBADFD; in bindListen()303 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in accept()316 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in available()326 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in read()336 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in write()
67 CLOSED, enumConstant
360 case CLOSED: in peek()537 stack.add(JsonScope.CLOSED); in close()
40541 enum_constant public static final javax.net.ssl.SSLEngineResult.Status CLOSED;