Home
last modified time | relevance | path

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

12345678910>>...17

/external/bison/lib/
Dwait-process.c217 # ifdef EINTR in wait_subprocess()
218 if (errno == EINTR) in wait_subprocess()
249 # ifdef EINTR in wait_subprocess()
250 if (errno == EINTR) in wait_subprocess()
302 # ifdef EINTR in wait_subprocess()
303 if (errno == EINTR) in wait_subprocess()
/external/curl/tests/server/
Dutil.c52 #undef EINTR
53 #define EINTR 4 /* errno.h value */ macro
238 if(error && (error != EINTR)) in wait_ms()
275 } while((lockfile == NULL) && ((error = errno) == EINTR)); in set_advisor_read_lock()
284 } while(res && ((error = errno) == EINTR)); in set_advisor_read_lock()
303 } while(res && ((error = errno) == EINTR)); in clear_advisor_read_lock()
/external/libweave/third_party/chromium/base/posix/
Deintr_wrapper.h31 } while (eintr_wrapper_result == -1 && errno == EINTR); \
42 } while (eintr_wrapper_result == -1 && errno == EINTR && \
53 if (eintr_wrapper_result == -1 && errno == EINTR) { \
/external/libchrome/base/posix/
Deintr_wrapper.h31 } while (eintr_wrapper_result == -1 && errno == EINTR); \
42 } while (eintr_wrapper_result == -1 && errno == EINTR && \
53 if (eintr_wrapper_result == -1 && errno == EINTR) { \
/external/openssh/
Datomicio.c68 if (errno == EINTR) in atomicio6()
83 errno = EINTR; in atomicio6()
125 if (errno == EINTR) in atomiciov6()
158 errno = EINTR; in atomiciov6()
/external/lldb/source/Host/common/
DFile.cpp144 } while (m_stream == NULL && errno == EINTR); in GetStream()
240 } while (m_descriptor < 0 && errno == EINTR); in Open()
436 } while (err == EOF && errno == EINTR); in Flush()
459 } while (err == -1 && errno == EINTR); in Sync()
481 } while (bytes_read < 0 && errno == EINTR); in Read()
524 } while (bytes_written < 0 && errno == EINTR); in Write()
570 } while (bytes_read < 0 && errno == EINTR); in Read()
655 } while (bytes_written < 0 && errno == EINTR); in Write()
/external/google-breakpad/src/common/linux/
Deintr_wrapper.h43 } while (eintr_wrapper_result == -1 && errno == EINTR); \
51 if (eintr_wrapper_result == -1 && errno == EINTR) { \
/external/libvncserver/libvncclient/
Dtls_none.c41 errno = EINTR; in ReadFromTLS()
49 errno = EINTR; in WriteToTLS()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c197 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
214 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
250 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_write()
/external/lldb/source/Core/
DConnectionFileDescriptor.cpp268 } while (m_fd_send == -1 && errno == EINTR); in Connect()
424 } while (bytes_read < 0 && errno == EINTR); in Read()
470 …case EINTR: // A read from a slow device was interrupted before any data arrived by the delive… in Read()
530 } while (bytes_sent < 0 && errno == EINTR); in Write()
537 } while (bytes_sent < 0 && errno == EINTR); in Write()
550 } while (bytes_sent < 0 && errno == EINTR); in Write()
603 case EINTR: in Write()
732 case EINTR: // A signal was delivered before the time limit in BytesAvailable()
757 } while (bytes_read < 0 && errno == EINTR); in BytesAvailable()
888 case EINTR: // A signal was delivered before the time limit in BytesAvailable()
[all …]
/external/drm_hwcomposer/
Dvsyncworker.cpp130 } while (ret == -1 && errno == EINTR); in SyntheticWaitVBlank()
147 if (ret == -EINTR) { in Routine()
179 if (ret == -EINTR) { in Routine()
/external/libselinux/src/
Dprocattr.c72 } while (ret < 0 && errno == EINTR); in getprocattrcon()
109 } while (ret < 0 && errno == EINTR); in setprocattrcon()
113 } while (ret < 0 && errno == EINTR); in setprocattrcon()
Davc_internal.c109 } while (rc < 0 && errno == EINTR); in avc_netlink_receive()
234 if (errno == 0 || errno == EINTR) in avc_netlink_check_nb()
259 if (errno == 0 || errno == EINTR) in avc_netlink_loop()
/external/selinux/libselinux/src/
Davc_internal.c109 } while (rc < 0 && errno == EINTR); in avc_netlink_receive()
234 if (errno == 0 || errno == EINTR) in avc_netlink_check_nb()
259 if (errno == 0 || errno == EINTR) in avc_netlink_loop()
/external/v8/src/base/platform/
Dsemaphore.cc117 DCHECK_EQ(EINTR, errno);
130 DCHECK(errno == EAGAIN || errno == EINTR);
155 DCHECK_EQ(EINTR, errno);
/external/ppp/pppd/plugins/
Dpassprompt.c77 if (errno == EINTR) in promptpass()
89 if (errno != EINTR) { in promptpass()
/external/compiler-rt/test/tsan/
Dsignal_recursive.cc68 if (errno != EINTR) in StopWorld()
78 if (errno != EINTR) in StartWorld()
/external/mksh/src/
Dcheck.pl159 $EINTR = 0;
162 $EINTR = POSIX::EINTR();
167 $EINTR = Errno::EINTR();
169 $EINTR = 0;
598 if ($EINTR) {
599 next if $! == $EINTR;
/external/libevent/
Dutil-internal.h78 ((e) == EINTR || (e) == EAGAIN)
81 ((e) == EINTR || (e) == EINPROGRESS)
84 ((e) == EINTR || (e) == EAGAIN || (e) == ECONNABORTED)
/external/ppp/pppd/
Dtty.c583 if (err != EINTR) { in connect_tty()
587 if (!persist || err != EINTR) in connect_tty()
732 if (errno != EINTR) { in connect_tty()
736 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
1115 if (errno != EINTR)
1139 if (!(errno == EINTR || errno == EAGAIN)) {
1163 if (!(errno == EINTR || errno == EAGAIN)) {
1194 } else if (errno != EAGAIN && errno != EINTR) {
1213 } else if (errno != EAGAIN && errno != EINTR) {
/external/libmicrohttpd/src/microspdy/
Dio_raw.c109 case EINTR: in SPDYF_raw_recv()
138 case EINTR: in SPDYF_raw_send()
/external/boringssl/src/tool/
Dpkcs12.cc89 } while ((n > 0 && off < size) || (n == -1 && errno == EINTR)); in DoPKCS12()
111 (n == -1 && errno == EINTR)); in DoPKCS12()
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c344 if (n <= 0 && n != EINTR && n != EAGAIN) in main()
359 if (n <= 0 && n != EINTR && n != EAGAIN) in main()
374 if (n <= 0 && n != EINTR && n != EAGAIN) in main()
389 if (n <= 0 && n != EINTR && n != EAGAIN) in main()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstransd.c105 while (((count = writev(fd, resp_hdr, 3)) < 0) && (errno == EINTR)); in send_response()
114 while (((count = writev(fd, &resp_data, 1)) < 0) && (errno == EINTR)); in send_response()
213 while (((count = readv(fd, req_hdr, 3)) < 0) && (errno == EINTR)); in service_request()
249 while (((count = readv(fd, req_data, 2)) < 0) && (errno == EINTR)); in service_request()
419 if (errno == EINTR) { in process_connections()
/external/dbus/dbus/
Ddbus-spawn.c94 if (chunk < 0 && errno == EINTR) in read_ints()
148 if (chunk < 0 && errno == EINTR) in read_pid()
317 if (errno == EINTR) in _dbus_babysitter_unref()
574 while (ret < 0 && errno == EINTR); in babysitter_iteration()
582 while (ret < 0 && errno == EINTR); in babysitter_iteration()
886 if (errno == EINTR) in do_write()
996 while (ret < 0 && errno == EINTR); in check_babysit_events()
1046 if (errno == EINTR) in babysit_signal_handler()
1092 if (_dbus_poll (pfds, _DBUS_N_ELEMENTS (pfds), -1) < 0 && errno != EINTR) in babysit()

12345678910>>...17