HomeSort by relevance Sort by last modified time
    Searched refs:global_xfds (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
252 global_xfds = NULL;
398 global_xfds = xfds;
561 global_xfds = NULL;
socket.c 735 if (global_xfds) {
736 FD_CLR(so->s,global_xfds);
  /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
304 global_xfds = NULL;
464 global_xfds = xfds;
642 global_xfds = NULL;
socket.c 748 if (global_xfds) {
749 FD_CLR(so->s,global_xfds);

Completed in 24 milliseconds