Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance
659 #ifdef ETIMEDOUT in JDK_execvpe()660 case ETIMEDOUT: in JDK_execvpe()
843 case ETIMEDOUT: in handleSocketErrorWithDefault()
266 public static final int ETIMEDOUT = placeholder(); field in OsConstants1033 if (errno == ETIMEDOUT) { in errnoName()
283 if (cause.errno == ETIMEDOUT) { in isConnected()
217 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()