Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance
637 #ifdef ETIMEDOUT in JDK_execvpe()638 case ETIMEDOUT: in JDK_execvpe()
670 case ETIMEDOUT: in handleSocketErrorWithDefault()
463 } else if (errno == ETIMEDOUT) { in PlainSocketImpl_socketConnect()
240 public static final int ETIMEDOUT = placeholder(); field in OsConstants875 if (errno == ETIMEDOUT) { in errnoName()
234 if (cause.errno == ETIMEDOUT) { in isConnected()
210 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()