Searched defs:EAGAIN (Results 1 – 4 of 4) sorted by relevance
119 static final int EAGAIN = OsConstants.EAGAIN; field in UnixConstants
332 private static final int EAGAIN = 11; field in FileSystemPreferences
1118 ErrnoException.class, EAGAIN, "Expected timeout"); in test_socket_setSockoptTimeval_effective() local
178 public static final int EAGAIN = placeholder(); field in OsConstants