Searched defs:EAGAIN (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixConstants.java126 static final int EAGAIN = OsConstants.EAGAIN; field in class:UnixConstants
/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java332 private static final int EAGAIN = 11; field in class:FileSystemPreferences
929 if (errorCode != EAGAIN)
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java168 public static final int EAGAIN = placeholder(); field in class:OsConstants
257 // On Linux, EWOULDBLOCK == EAGAIN. Use EAGAIN instead, to reduce confusion.
696 if (errno == EAGAIN) {
697 return "EAGAIN";

Completed in 123 milliseconds