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;
socket.c 766 if (global_readfds) {
767 FD_CLR(so->s,global_readfds);
slirp.c 78 fd_set *global_readfds, *global_writefds, *global_xfds; variable
310 global_readfds = NULL;
470 global_readfds = readfds;
648 global_readfds = NULL;
    [all...]

Completed in 3109 milliseconds