Searched refs:EINPROGRESS (Results 1 – 6 of 6) sorted by relevance
33 private final static int EINPROGRESS = OsConstants.EINPROGRESS; field in ConnectStats113 return (errno == EINPROGRESS) || (errno == EALREADY); in isNonBlocking()
385 if (io_cancel(mCtx, iocb[j], nullptr) != -1 || errno != EINPROGRESS) { in cancelEvents()
290 if (errno == EINPROGRESS) { in onConnect()
554 if (connErrno == EAGAIN || connErrno == EINPROGRESS) { in setupOneSocketConnection()
27738 field public static final int EINPROGRESS;
33012 Landroid/net/metrics/ConnectStats;->EINPROGRESS:I