Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance
637 #ifdef ETIMEDOUT in JDK_execvpe()638 case ETIMEDOUT: in JDK_execvpe()
843 case ETIMEDOUT: in handleSocketErrorWithDefault()
254 public static final int ETIMEDOUT = placeholder(); field in OsConstants903 if (errno == ETIMEDOUT) { in errnoName()
270 if (cause.errno == ETIMEDOUT) { in isConnected()
215 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()