Searched refs:EINTR (Results 1 – 5 of 5) sorted by relevance
63 if (fd.isClosed() || errno != EINTR) { \
100 } while (_rc == -1 && errno == EINTR); \
157 if (_rc == -1 && _syscallErrno != EINTR) { \192 if (_rc == -1 && _syscallErrno != EINTR) { \1305 if (rc >= 0 || errno != EINTR) { in Posix_poll()1358 while ((errno = posix_fallocate64(fd, offset, length)) == EINTR) { in Posix_posix_fallocate()
159 initConstant(env, c, "EINTR", EINTR); in OsConstants_initConstants()
186 public static final int EINTR = placeholder(); field in OsConstants717 if (errno == EINTR) { in errnoName()