Searched refs:ETIMEDOUT (Results 1 – 7 of 7) sorted by relevance
489 public static final int ETIMEDOUT; field in OsConstants490 static { ETIMEDOUT = 0; }
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 OsConstants1230 if (errno == ETIMEDOUT) { in errnoName()
342 if (cause.errno == ETIMEDOUT) { in isConnected()
222 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()
306 field public static final int ETIMEDOUT;