Searched refs:EAGAIN (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DIOUtil.c116 if ((n < 0) && (errno != EAGAIN))
153 else if (errno == EAGAIN)
188 else if (errno == EAGAIN)
H A DServerSocketChannelImpl.c102 if (errno == EAGAIN)
H A DFileChannelImpl.c163 if (errno == EAGAIN)
192 if (errno == EAGAIN)
218 if (errno == EAGAIN)
H A DDatagramChannelImpl.c230 if (errno == EAGAIN) {
H A DFileDispatcherImpl.c203 if ((cmd == F_SETLK64) && (errno == EAGAIN || errno == EACCES))
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DgenUnixConstants.c115 DEF(EAGAIN);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxWatchService.java317 if (x.errno() != EAGAIN)
330 if (x.errno() != UnixConstants.EAGAIN)
H A DSolarisWatchService.java665 if (x.errno() == EAGAIN) {
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c569 if ((ret != -EAGAIN) && (ret != -ENOSYS)) {
679 if (ret == -EAGAIN) {
690 } else if (err == -EAGAIN) {
691 TRACE0("xrun_recovery: EAGAIN try again flag.\n");
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c569 if ((ret != -EAGAIN) && (ret != -ENOSYS)) {
679 if (ret == -EAGAIN) {
690 } else if (err == -EAGAIN) {
691 TRACE0("xrun_recovery: EAGAIN try again flag.\n");
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c663 while ((useEvents == -1) && (errno == EAGAIN))
701 while ((useEvents == -1) && (errno == EAGAIN))
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java337 private static final int EAGAIN = 11; field in class:FileSystemPreferences
939 if (errorCode != EAGAIN)

Completed in 47 milliseconds