Home | History | Annotate | Download | only in x11

Lines Matching refs:fdset

903 		fd_set fdset;
906 FD_ZERO(&fdset);
907 FD_SET(x11_fd, &fdset);
908 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) {