Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance
726 #ifdef ETIMEDOUT in JDK_execvpe()727 case ETIMEDOUT: in JDK_execvpe()
839 case ETIMEDOUT: in handleSocketErrorWithDefault()
322 public static final int ETIMEDOUT = placeholder(); field in OsConstants1211 if (errno == ETIMEDOUT) { in errnoName()
342 if (cause.errno == ETIMEDOUT) { in isConnected()
222 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()
286 field public static final int ETIMEDOUT;