Home | History | Annotate | Download | only in src

Lines Matching defs:fdset

1982 		fd_set fdset;
1984 FD_ZERO(&fdset);
1985 FD_SET((unsigned int)fd, &fdset);
1994 switch (select(fd + 1, &fdset, NULL, NULL, &tv)) {