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

/libcore/luni/src/main/java/libcore/io/
H A DOsConstants.java91 public static final int EAGAIN = placeholder(); field in class:OsConstants
174 // On Linux, EWOULDBLOCK == EAGAIN. Use EAGAIN instead, to reduce confusion.
532 if (errno == EAGAIN) {
533 return "EAGAIN";

Completed in 53 milliseconds