Searched refs:rfds (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_main_loop.c | 240 static int set_watch_fds(fd_set *rfds, fd_set *wfds) argument 250 FD_SET(watch->fd, rfds); 281 fd_set rfds, wfds; local in function:select_and_check_watches 289 FD_ZERO(&rfds); 291 max_fd = set_watch_fds(&rfds, &wfds); 294 retval = select(max_fd + 1, &rfds, &wfds, NULL, &timeout); 299 && FD_ISSET(watch->fd, &rfds)) {
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_conn.c | 472 fd_set rfds, wfds; local in function:_xcb_conn_wait 487 FD_ZERO(&rfds); 488 FD_SET(c->fd, &rfds); 519 ret = select(c->fd + 1, &rfds, &wfds, 0, 0); 544 if(may_read && FD_ISSET(c->fd, &rfds))
|
Completed in 4 milliseconds