Home
last modified time | relevance | path

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

12345678910>>...13

/external/webkit/Source/WebKit2/Platform/unix/
DSharedMemoryUnix.cpp61 while (close(m_fileDescriptor) == -1 && errno == EINTR) { } in ~Handle()
120 if (errno != EINTR) in create()
124 if (errno != EINTR) { in create()
125 while (close(fileDescriptor) == -1 && errno == EINTR) { } in create()
132 if (errno != EINTR) { in create()
133 while (close(fileDescriptor) == -1 && errno == EINTR) { } in create()
141 while (close(fileDescriptor) == -1 && errno == EINTR) { } in create()
187 while (close(m_fileDescriptor) == -1 && errno == EINTR) { } in ~SharedMemory()
210 if (errno != EINTR) { in createHandle()
217 if (errno != EINTR) { in createHandle()
[all …]
/external/openssl/crypto/rand/
Drand_egd.c162 #ifdef EINTR in RAND_query_egd_bytes()
163 case EINTR: in RAND_query_egd_bytes()
201 #ifdef EINTR in RAND_query_egd_bytes()
202 case EINTR: in RAND_query_egd_bytes()
227 #ifdef EINTR in RAND_query_egd_bytes()
228 case EINTR: in RAND_query_egd_bytes()
259 #ifdef EINTR in RAND_query_egd_bytes()
260 case EINTR: in RAND_query_egd_bytes()
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
DProcessLauncherQt.cpp115 if (errno != EINTR) { in launchProcess()
117 while (close(sockets[0]) == -1 && errno == EINTR) { } in launchProcess()
118 while (close(sockets[1]) == -1 && errno == EINTR) { } in launchProcess()
131 if (errno != EINTR) { in launchProcess()
/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/qemu/distrib/sdl-1.2.15/src/thread/irix/
DSDL_syssem.c113 if ( errno == EINTR ) { in SDL_SemTryWait()
133 if ( errno == EINTR ) { in SDL_SemWait()
190 if ( errno == EINTR ) { in SDL_SemValue()
212 if ( errno == EINTR ) { in SDL_SemPost()
/external/openssh/
Datomicio.c65 if (errno == EINTR) in atomicio6()
78 errno = EINTR; in atomicio6()
120 if (errno == EINTR) in atomiciov6()
153 errno = EINTR; in atomiciov6()
/external/openssl/crypto/des/
Denc_read.c158 #ifdef EINTR in OPENSSL_IMPLEMENT_GLOBAL()
159 if ((i == -1) && (errno == EINTR)) continue; in OPENSSL_IMPLEMENT_GLOBAL()
184 #ifdef EINTR in OPENSSL_IMPLEMENT_GLOBAL()
185 if ((i == -1) && (errno == EINTR)) continue; in OPENSSL_IMPLEMENT_GLOBAL()
Denc_writ.c166 #ifdef EINTR in DES_enc_write()
167 if (errno == EINTR) in DES_enc_write()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c199 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
216 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
252 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_write()
/external/dropbear/
Datomicio.c51 if (errno == EINTR || errno == EAGAIN || errno == EWOULDBLOCK)
53 if (errno == EINTR || errno == EAGAIN)
Dcommon-session.c155 if (val < 0 && errno != EINTR) { in session_loop()
250 if (len < 0 && errno != EINTR) { in session_identification()
309 if (errno == EINTR) { in ident_readln()
327 if (errno == EINTR) { in ident_readln()
Dcli-authpasswd.c94 if (errno != EINTR) in gui_getpass()
101 while (waitpid(pid, &status, 0) < 0 && errno == EINTR) in gui_getpass()
/external/qemu/hw/
Dgoldfish_memlog.c49 } while (ret < 0 && errno == EINTR); in memlog_write()
80 } while (fd < 0 && errno == EINTR); in goldfish_memlog_init()
/external/libselinux/src/
Dprocattr.c52 } while (ret < 0 && errno == EINTR); in getprocattrcon()
101 } while (ret < 0 && errno == EINTR); in setprocattrcon()
105 } while (ret < 0 && errno == EINTR); in setprocattrcon()
Davc_internal.c110 } while (rc < 0 && errno == EINTR); in avc_netlink_receive()
235 if (errno == 0 || errno == EINTR) in avc_netlink_check_nb()
260 if (errno == 0 || errno == EINTR) in avc_netlink_loop()
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DConnectionUnix.cpp107 while (close(m_socketDescriptor) == -1 && errno == EINTR) { } in platformInvalidate()
188 if (errno != EINTR) in readyReadHandler()
221 if (errno != EINTR) { in readyReadHandler()
281 if (errno != EINTR) { in open()
388 if (errno != EINTR) in sendOutgoingMessage()
/external/ppp/pppd/plugins/
Dpassprompt.c77 if (errno == EINTR) in promptpass()
90 if (errno != EINTR) { in promptpass()
/external/qemu/
Dcompatfd.c40 if (errno == EINTR) { in sigwait_compat()
57 if (len == -1 && errno == EINTR) in sigwait_compat()
Dmigration-tcp.c62 } while (ret == -1 && (s->get_error(s)) == EINTR); in tcp_wait_for_connect()
120 } while (ret == -EINTR); in tcp_start_outgoing_migration()
143 } while (c == -1 && socket_error() == EINTR); in tcp_accept_incoming_migration()
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_util.c79 while(ret < 0 && errno == EINTR); in sock_send_all()
97 while(ret < 0 && errno == EINTR); in sock_recv_all()
145 } while (ret < 0 && errno == EINTR); in sock_send_fd()
/external/mksh/src/
Dcheck.pl157 $EINTR = 0;
160 $EINTR = POSIX::EINTR();
165 $EINTR = Errno::EINTR();
167 $EINTR = 0;
577 if ($EINTR) {
578 next if $! == $EINTR;
/external/ppp/pppd/
Dtty.c575 if (err != EINTR) { in connect_tty()
579 if (!persist || err != EINTR) in connect_tty()
724 if (errno != EINTR) { in connect_tty()
728 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
1112 if (errno != EINTR)
1136 if (!(errno == EINTR || errno == EAGAIN)) {
1160 if (!(errno == EINTR || errno == EAGAIN)) {
1191 } else if (errno != EAGAIN && errno != EINTR) {
1210 } else if (errno != EAGAIN && errno != EINTR) {
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_syssem.c91 while ( ((retval = sem_wait(&sem->sem)) == -1) && (errno == EINTR) ) {} in SDL_SemWait()
145 while (retval == -1 && errno == EINTR); in SDL_SemWaitTimeout()
/external/qemu/android/
Dasync-utils.c50 if (errno == EINTR) /* loop on EINTR */ in asyncReader_read()
97 if (errno == EINTR) /* loop on EINTR */ in asyncWriter_write()
147 if (errno == EINTR) /* loop on EINTR */ in asyncLineReader_read()
Dsync-utils.c82 } else if (errno != EINTR) { in syncsocket_connect()
189 } while( ret < 0 && errno == EINTR); in syncsocket_read_absolute()
234 } while( ret < 0 && errno == EINTR); in syncsocket_write_absolute()

12345678910>>...13