HomeSort by relevance Sort by last modified time
    Searched full:fds2 (Results 1 - 1 of 1) sorted by null

  /external/libdaemon/examples/
testd.c 143 fd_set fds2 = fds; local
146 if (select(FD_SETSIZE, &fds2, 0, 0, 0) < 0) {
157 if (FD_ISSET(fd, &fds2)) {

Completed in 40 milliseconds