Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp101 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()
DUnixStream.cpp63 } while (ret < 0 && errno == EINTR); in make_unix_path()
68 } while (ret < 0 && errno == EINTR); in make_unix_path()
110 if (clientSock < 0 && errno == EINTR) { in accept()
DTcpStream.cpp81 if (clientSock < 0 && errno == EINTR) { in accept()
/sdk/emulator/tests/
Dtest-qemud-pipes.c84 } while (ret < 0 && errno == EINTR); in main()
98 } while (ret < 0 && errno == EINTR); in main()
/sdk/emulator/gps/
Dgps_qemu.c607 while (ret < 0 && errno == EINTR); in gps_state_start()
622 while (ret < 0 && errno == EINTR); in gps_state_stop()
644 } while (ret < 0 && errno == EINTR); in epoll_register()
655 } while (ret < 0 && errno == EINTR); in epoll_deregister()
688 if (errno != EINTR) in gps_state_thread()
708 } while (ret < 0 && errno == EINTR); in gps_state_thread()
738 if (errno == EINTR) in gps_state_thread()
/sdk/emulator/opengl/tests/event_injector/
Dsockets.h43 # ifndef EINTR
44 # define EINTR 10004 macro
Diolooper-select.c180 } while (ret < 0 && errno == EINTR); in iolooper_poll()
215 } while (ret < 0 && errno == EINTR); in iolooper_wait()
Dsockets.c69 do { _ret = (_cmd); } while ( _ret < 0 && errno == EINTR ); \
83 EE(WSAEINTR,EINTR,"interrupted function call") \
783 if (errno == EINTR) in sock_address_list_create()
1106 if (errno != EINTR) in socket_getoption()
1396 } while (ret < 0 && errno == EINTR); in socket_unix_server()
/sdk/emulator/qemud/
Dqemud.c214 } while (ret < 0 && errno == EINTR); in fd_read()
226 } while (ret < 0 && errno == EINTR); in fd_write()
238 } while (flags < 0 && errno == EINTR); in fd_setnonblock()
247 } while (ret < 0 && errno == EINTR); in fd_setnonblock()
265 } while (ret < 0 && errno == EINTR); in fd_accept()
512 } while (count < 0 && errno == EINTR); in looper_loop()
1625 } while (fd < 0 && errno == EINTR); in multiplexer_init()