Searched refs:EINPROGRESS (Results 1 – 4 of 4) sorted by relevance
181 public static final int EINPROGRESS = placeholder(); field in OsConstants680 if (errno == EINPROGRESS) { in errnoName()
252 return ((ErrnoException) cause).errno == EINPROGRESS; in isEINPROGRESS()
158 if (errnoException.errno != EINPROGRESS) { in connectErrno()
150 initConstant(env, c, "EINPROGRESS", EINPROGRESS); in OsConstants_initConstants()