Searched refs:EINPROGRESS (Results 1 – 10 of 10) sorted by relevance
33 private final static int EINPROGRESS = OsConstants.EINPROGRESS; field in ConnectStats113 return (errno == EINPROGRESS) || (errno == EALREADY); in isNonBlocking()
269 public static final int EINPROGRESS = placeholder(); field in OsConstants1079 if (errno == EINPROGRESS) { in errnoName()
389 if (io_cancel(mCtx, iocb[j], nullptr) != -1 || errno != EINPROGRESS) { in cancelEvents()
290 if (errno == EINPROGRESS) { in onConnect()
620 if (connErrno == EAGAIN || connErrno == EINPROGRESS) { in setupOneSocketConnection()
186 initConstant(env, c, "EINPROGRESS", EINPROGRESS); in OsConstants_initConstants()
1197 if (ret != 0 && (errno == EAGAIN || errno == EINPROGRESS)) { in testSupportVsockLoopback()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27738 field public static final int EINPROGRESS;
33012 Landroid/net/metrics/ConnectStats;->EINPROGRESS:I