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

/freebsd-10-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c3599 process_fds(isc__socketmgr_t *manager, struct kevent *events, int nevents) { function
3641 process_fds(isc__socketmgr_t *manager, struct epoll_event *events, int nevents) function
3689 process_fds(isc__socketmgr_t *manager, struct pollfd *events, int nevents) { function
3725 process_fds(isc__socketmgr_t *manager, int maxfd, fd_set *readfds, function
3891 done = process_fds(manager, manager->events, cc);
3893 process_fds(manager, maxfd, manager->read_fds_copy,
5848 (void)process_fds(manager, manager->events, swait->nevents);
5851 process_fds(manager, swait->maxfd, swait->readset, swait->writeset);

Completed in 62 milliseconds