Searched refs:EINPROGRESS (Results 1 – 4 of 4) sorted by relevance
349 if (errno == EINPROGRESS) { in Java_sun_nio_ch_Net_connect0()815 case EINPROGRESS: /* Non-blocking connect */ in handleSocketErrorWithDefault()
199 public static final int EINPROGRESS = placeholder(); field in OsConstants756 if (errno == EINPROGRESS) { in errnoName()
172 if (errnoException.errno != EINPROGRESS) { in connectErrno()
161 initConstant(env, c, "EINPROGRESS", EINPROGRESS); in OsConstants_initConstants()