/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 101 if (errno != EINTR) { in writeFully() 127 if (stat == 0 || errno != EINTR) { // client shutdown or error in readFully() 144 } while( n < 0 && errno == EINTR ); in read() 161 if (errno == EINTR) { in recv()
|
D | TcpStream.cpp | 99 if (clientSock < 0 && errno == EINTR) { in accept()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | ProcessPipe.cpp | 49 } while (stat < 0 && errno == EINTR); in processPipeInitOnce() 62 } while (stat < 0 && errno == EINTR); in processPipeInitOnce()
|
D | QemuPipeStream.cpp | 119 if (errno == EINTR) { in writeFully() 156 if (errno == EINTR) { in readFully() 208 if (errno == EINTR) in recv()
|
/device/google/dragon/crash_collector/ |
D | crash_dispatcher.cc | 66 if (close(pipe_fds[1]) != 0 && errno != EINTR) { in main() 79 if (close(pipe_fds[0]) != 0 && errno != EINTR) { in main()
|
/device/generic/goldfish/vibrator/ |
D | qemu.c | 60 } while (len2 < 0 && errno == EINTR); in qemu_fd_write() 70 } while (len2 < 0 && errno == EINTR); in qemu_fd_read() 230 } while (fd < 0 && errno == EINTR); in qemu_channel_open() 236 } while (fd < 0 && errno == EINTR); in qemu_channel_open()
|
/device/generic/goldfish/libqemu/ |
D | test_util.c | 93 if (errno == EINTR) in pipe_send() 116 if (errno == EINTR) in pipe_recv()
|
D | test_host_2.c | 40 } while (_rc == -1 && errno == EINTR); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | socket.py | 94 EINTR = getattr(errno, 'EINTR', 4) variable 353 if e.args[0] == EINTR: 382 if e.args[0] == EINTR: 437 if e.args[0] == EINTR: 449 if e.args[0] == EINTR: 478 if e.args[0] == EINTR:
|
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 146 if err.args[0] != EINTR: 192 if err.args[0] != EINTR:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | socket.py | 98 EINTR = getattr(errno, 'EINTR', 4) variable 357 if e.args[0] == EINTR: 386 if e.args[0] == EINTR: 441 if e.args[0] == EINTR: 453 if e.args[0] == EINTR: 482 if e.args[0] == EINTR:
|
D | SocketServer.py | 157 if e.args[0] != errno.EINTR: 537 elif e.errno != errno.EINTR:
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/ |
D | CanonRead.c | 115 errno = EINTR; in IIO_CanonRead() 127 errno = EINTR; in IIO_CanonRead()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | myreadline.c | 83 #ifdef EINTR in my_fgets() 84 if (errno == EINTR) { in my_fgets()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | myreadline.c | 80 #ifdef EINTR in my_fgets() 81 if (errno == EINTR) { in my_fgets()
|
/device/generic/goldfish/gps/ |
D | gps_qemu.c | 626 while (ret < 0 && errno == EINTR); in gps_state_start() 641 while (ret < 0 && errno == EINTR); in gps_state_stop() 663 } while (ret < 0 && errno == EINTR); in epoll_register() 674 } while (ret < 0 && errno == EINTR); in epoll_deregister() 707 if (errno != EINTR) in gps_state_thread() 727 } while (ret < 0 && errno == EINTR); in gps_state_thread() 757 if (errno == EINTR) in gps_state_thread()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | Xform.c | 161 retval = EINTR; in EFI2errno()
|
D | select.c | 239 error = EINTR; in select()
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | errno.h | 52 #define EINTR 4 /* Interrupted system call */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | random.c | 194 } while (n < 0 && errno == EINTR); in dev_urandom_noraise() 289 } while (n < 0 && errno == EINTR); in dev_urandom_python()
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 215 } while (ret < 0 && errno == EINTR); in fd_read() 227 } while (ret < 0 && errno == EINTR); in fd_write() 239 } while (flags < 0 && errno == EINTR); in fd_setnonblock() 248 } while (ret < 0 && errno == EINTR); in fd_setnonblock() 266 } while (ret < 0 && errno == EINTR); in fd_accept() 513 } while (count < 0 && errno == EINTR); in looper_loop() 1626 } while (fd < 0 && errno == EINTR); in multiplexer_init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_signal.py | 34 if e.errno != errno.EINTR: 74 if e.errno != errno.EINTR: 338 if err.errno != errno.EINTR:
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 56 #define EINTR __EINTR /* 4 Interrupted system call */ macro
|
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 228 if (errno == EINTR) { in ReadEvent() 353 if (errno == EINTR) { in ReadEventFromFd()
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 91 } while (ret < 0 && errno == EINTR); in rwrite() 106 } while (ret < 0 && errno == EINTR); in rread()
|