Home
last modified time | relevance | path

Searched refs:cupsd_epoll_fd (Results 1 – 1 of 1) sorted by relevance

/external/libcups/scheduler/
Dselect.c206 static int cupsd_epoll_fd = -1; variable
331 if (cupsd_epoll_fd >= 0)
346 if (epoll_ctl(cupsd_epoll_fd, added ? EPOLL_CTL_ADD : EPOLL_CTL_MOD, fd,
349 close(cupsd_epoll_fd);
350 cupsd_epoll_fd = -1;
451 if (cupsd_epoll_fd >= 0) in cupsdDoSelect()
458 nfds = epoll_wait(cupsd_epoll_fd, cupsd_epoll_events, MaxFDs, in cupsdDoSelect()
461 nfds = epoll_wait(cupsd_epoll_fd, cupsd_epoll_events, MaxFDs, -1); in cupsdDoSelect()
465 close(cupsd_epoll_fd); in cupsdDoSelect()
466 cupsd_epoll_fd = -1; in cupsdDoSelect()
[all …]