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;
socket.c 769 if (global_xfds) {
770 FD_CLR(so->s,global_xfds);
slirp.c 78 fd_set *global_readfds, *global_writefds, *global_xfds; variable
312 global_xfds = NULL;
472 global_xfds = xfds;
650 global_xfds = NULL;
    [all...]

Completed in 57 milliseconds