Searched refs:EINPROGRESS (Results 1 – 4 of 4) sorted by relevance
355 if (errno == EINPROGRESS) { in Java_sun_nio_ch_Net_connect0()833 case EINPROGRESS: /* Non-blocking connect */ in handleSocketErrorWithDefault()
209 public static final int EINPROGRESS = placeholder(); field in OsConstants880 if (errno == EINPROGRESS) { in errnoName()
177 if (errnoException.errno != EINPROGRESS) { in connectErrno()
162 initConstant(env, c, "EINPROGRESS", EINPROGRESS); in OsConstants_initConstants()