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

  /external/qemu/slirp/
slirp.c 60 fd_set *global_readfds, *global_writefds, *global_xfds; variable
250 global_readfds = NULL;
396 global_readfds = readfds;
559 global_readfds = NULL;
  /external/qemu/slirp-android/
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 37 milliseconds