Searched refs:cupsd_current_output (Results 1 – 1 of 1) sorted by relevance
/external/libcups/scheduler/ |
D | select.c | 213 cupsd_current_output; variable 378 FD_CLR(fd, &cupsd_current_output); 600 cupsd_current_output = cupsd_global_output; in cupsdDoSelect() 607 nfds = select(maxfd, &cupsd_current_input, &cupsd_current_output, NULL, in cupsdDoSelect() 611 nfds = select(maxfd, &cupsd_current_input, &cupsd_current_output, NULL, in cupsdDoSelect() 630 FD_ISSET(fdptr->fd, &cupsd_current_output)) in cupsdDoSelect() 762 FD_CLR(fd, &cupsd_current_output); in cupsdRemoveSelect()
|