Home | History | Annotate | Download | only in src

Lines Matching refs:fdset

1912 		fd_set fdset;
1914 FD_ZERO(&fdset);
1915 FD_SET((unsigned int)fd, &fdset);
1924 switch (select(fd + 1, &fdset, NULL, NULL, &tv)) {