Home
last modified time | relevance | path

Searched refs:EINTR (Results 1 – 25 of 26) sorted by relevance

12

/libcore/ojluni/src/main/native/
DFileChannelImpl.c76 if (errno == EINTR) in handle()
180 if (errno == EINTR) { in FileChannelImpl_transferTo0()
211 if (errno == EINTR) in FileChannelImpl_transferTo0()
235 if (errno == EINTR) in FileChannelImpl_transferTo0()
270 if (errno == EINTR) in FileChannelImpl_transferTo0()
Dlinux_close.cpp82 } while (rv == -1 && errno == EINTR); in closefd()
127 } while (ret == -1 && errno == EINTR); \
239 if (rv < 0 && errno == EINTR) { in NET_Timeout()
DPollArrayWrapper.c38 } while((_result == -1) && (errno == EINTR)); \
54 if (res < 0 && errno == EINTR) { in ipoll()
DUnixDomainSockets.c144 } else if (errno == EINTR) { in Java_sun_nio_ch_UnixDomainSockets_connect0()
166 if (errno == EINTR) in Java_sun_nio_ch_UnixDomainSockets_accept0()
Dnio_util.h38 } while((_result == -1) && (errno == EINTR)); \
DIOUtil.c169 else if (errno == EINTR) in convertReturnVal()
194 else if (errno == EINTR) in convertLongReturnVal()
DUnixCopyFile.c38 } while((_result == -1) && (errno == EINTR)); \
Dio_util_md.h92 } while ((_result == -1) && (errno == EINTR))
DDatagramChannelImpl.c177 if (errno == EINTR) { in Java_sun_nio_ch_DatagramChannelImpl_receive0()
267 if (errno == EINTR) { in Java_sun_nio_ch_DatagramChannelImpl_send0()
DSocketInputStream.c136 case EINTR: in SocketInputStream_socketRead0()
DServerSocketChannelImpl.c122 if (errno == EINTR) in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
DFileDispatcherImpl.c128 if (errno == EINTR) in handle()
223 if (errno == EINTR) in FileDispatcherImpl_lock0()
DLinuxWatchService.c150 if (errno == EINTR) { in Java_sun_nio_fs_LinuxWatchService_poll()
DUNIXProcess_md.c168 } while(((_result) == -1) && (errno == EINTR)); \
342 case EINTR: break; in UNIXProcess_waitForProcessExit()
761 } else if (errno == EINTR) { in readFully()
DUnixNativeDispatcher.c81 } while((_result == -1) && (errno == EINTR)); \
87 } while((_result == NULL) && (errno == EINTR)); \
357 } while (fp == NULL && errno == EINTR); in Java_sun_nio_fs_UnixNativeDispatcher_fopen0()
376 if (fclose(fp) == EOF && errno != EINTR) { in Java_sun_nio_fs_UnixNativeDispatcher_fclose()
428 if (res == -1 && errno != EINTR) { in Java_sun_nio_fs_UnixNativeDispatcher_close()
713 if (closedir(dirp) == -1 && errno != EINTR) { in Java_sun_nio_fs_UnixNativeDispatcher_closedir()
Dio_util_md.c191 if (result == -1 && errno != EINTR) { in fileDescriptorClose()
DLinuxNativeDispatcher.c164 } while (fp == NULL && errno == EINTR); in Java_sun_nio_fs_LinuxNativeDispatcher_setmntent0()
DNet.c353 } else if (errno == EINTR) { in Java_sun_nio_ch_Net_connect0()
777 } else if (errno == EINTR) { in Java_sun_nio_ch_Net_poll()
Dnet_util_md.c294 case EINTR: in NET_ThrowNew()
Dzip_util.c242 } else if (n == -1 && errno == EINTR) { in readFullyAt()
/libcore/luni/src/main/native/
DPortability.h57 } while (_rc == -1 && errno == EINTR); \
Dlibcore_io_Linux.cpp184 if (_rc == -1 && _syscallErrno != EINTR) { \
224 if (_rc == -1 && _syscallErrno != EINTR) { \
2043 if (rc >= 0 || errno != EINTR) { in Linux_poll()
2092 while ((errno = posix_fallocate64(fd, offset, length)) == EINTR) { in Linux_posix_fallocate()
2619 if (ret == -1 && spliceErrno != EINTR) { in Linux_splice()
Dandroid_system_OsConstants.cpp168 initConstant(env, c, "EINTR", EINTR); in OsConstants_initConstants()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java327 public static final int EINTR; field in OsConstants
328 static { EINTR = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java268 public static final int EINTR = placeholder(); field in OsConstants
1080 if (errno == EINTR) { in errnoName()

12