Searched refs:EAGAIN (Results 1 – 13 of 13) sorted by relevance
120 if ((n < 0) && (errno != EAGAIN)) in IOUtil_drain()167 else if (errno == EAGAIN) in convertReturnVal()192 else if (errno == EAGAIN) in convertLongReturnVal()
176 if (errno == EAGAIN) in FileChannelImpl_transferTo0()205 if (errno == EAGAIN) in FileChannelImpl_transferTo0()229 if (errno == EAGAIN) in FileChannelImpl_transferTo0()
120 if (errno == EAGAIN) in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
264 if (errno == EAGAIN) { in Java_sun_nio_ch_DatagramChannelImpl_send0()
221 if ((cmd == F_SETLK64) && (errno == EAGAIN || errno == EACCES)) in FileDispatcherImpl_lock0()
119 static final int EAGAIN = OsConstants.EAGAIN; field in UnixConstants
343 if (x.errno() != EAGAIN) in run()356 if (x.errno() != UnixConstants.EAGAIN) in run()
44 import static android.system.OsConstants.EAGAIN;208 if (errnoException.errno == EAGAIN) { in socketAccept()
515 if (errnoException.errno == EAGAIN) { in read()580 if (errnoException.errno == EAGAIN) { in maybeThrowAfterSendto()632 if (errnoException.errno == EAGAIN) { in maybeThrowAfterRecvfrom()640 } else if (errnoException.errno == EAGAIN) { in maybeThrowAfterRecvfrom()
332 private static final int EAGAIN = 11; field in FileSystemPreferences929 if (errorCode != EAGAIN)
178 public static final int EAGAIN = placeholder(); field in OsConstants820 if (errno == EAGAIN) { in errnoName()
129 initConstant(env, c, "EAGAIN", EAGAIN); in OsConstants_initConstants()220 #if EWOULDBLOCK != EAGAIN in OsConstants_initConstants()221 #error EWOULDBLOCK != EAGAIN in OsConstants_initConstants()
1118 ErrnoException.class, EAGAIN, "Expected timeout"); in test_socket_setSockoptTimeval_effective() local