Home | History | Annotate | Download | only in src

Lines Matching full:fdset

1913 		fd_set fdset;
1915 FD_ZERO(&fdset);
1916 FD_SET((unsigned int)fd, &fdset);
1925 switch (select(fd + 1, &fdset, NULL, NULL, &tv)) {