HomeSort by relevance Sort by last modified time
    Searched refs:global_readfds (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
main.h 34 extern fd_set *global_readfds, *global_writefds, *global_xfds;
slirp.c 60 fd_set *global_readfds, *global_writefds, *global_xfds; variable
250 global_readfds = NULL;
396 global_readfds = readfds;
559 global_readfds = NULL;
socket.c 732 if (global_readfds) {
733 FD_CLR(so->s,global_readfds);
  /external/qemu/slirp-android/
main.h 37 extern fd_set *global_readfds, *global_writefds, *global_xfds;
slirp.c 72 fd_set *global_readfds, *global_writefds, *global_xfds; variable
302 global_readfds = NULL;
462 global_readfds = readfds;
640 global_readfds = NULL;
socket.c 745 if (global_readfds) {
746 FD_CLR(so->s,global_readfds);

Completed in 43 milliseconds