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

  /device/google/cuttlefish_common/host/vsoc/lib/
region_control.cpp 92 cvd::SharedFDSet readset; variable
93 readset.Set(incoming_interrupt_fd_);
94 cvd::Select(&readset, NULL, NULL, NULL);
  /external/syslinux/core/lwip/src/api/
sockets.c 91 /** readset passed to select */
92 fd_set *readset; member in struct:lwip_select_cb
997 * Go through the readset and writeset lists and see which socket of the sockets
998 * set in the sets has events. On return, readset, writeset and exceptset have
    [all...]

Completed in 166 milliseconds