Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance
659 #ifdef ETIMEDOUT in JDK_execvpe()660 case ETIMEDOUT: in JDK_execvpe()
843 case ETIMEDOUT: in handleSocketErrorWithDefault()
325 public static final int ETIMEDOUT = placeholder(); field in OsConstants1227 if (errno == ETIMEDOUT) { in errnoName()
344 if (cause.errno == ETIMEDOUT) { in isConnected()
222 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()
286 field public static final int ETIMEDOUT;