Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance
642 #ifdef ETIMEDOUT in JDK_execvpe()643 case ETIMEDOUT: in JDK_execvpe()
825 case ETIMEDOUT: in handleSocketErrorWithDefault()
254 public static final int ETIMEDOUT = placeholder(); field in OsConstants909 if (errno == ETIMEDOUT) { in errnoName()
275 if (cause.errno == ETIMEDOUT) { in isConnected()
216 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()