HomeSort by relevance Sort by last modified time
    Searched defs:global_xfds (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
slirp.c 60 fd_set *global_readfds, *global_writefds, *global_xfds; variable
252 global_xfds = NULL;
398 global_xfds = xfds;
561 global_xfds = NULL;
  /external/qemu/slirp-android/
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 147 milliseconds