Searched defs:process_fds (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c4062 process_fds(isc__socketmgr_t *manager, struct kevent *events, int nevents) { function
4104 process_fds(isc__socketmgr_t *manager, struct epoll_event *events, int nevents) function
4153 process_fds(isc__socketmgr_t *manager, struct pollfd *events, int nevents) { function
4189 process_fds(isc__socketmgr_t *manager, int maxfd, fd_set *readfds, function
4385 done = process_fds(manager, manager->events, cc);
4387 process_fds(manager, maxfd, manager->read_fds_copy,
6561 (void)process_fds(manager, manager->events, swait->nevents);
6564 process_fds(manager, swait->maxfd, swait->readset, swait->writeset);

Completed in 30 milliseconds