Searched refs:process_fds (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | socket.c | 3301 process_fds(isc__socketthread_t *thread, struct kevent *events, int nevents) { in process_fds() function 3337 process_fds(isc__socketthread_t *thread, struct epoll_event *events, in process_fds() function 3382 process_fds(isc__socketthread_t *thread, struct pollfd *events, int nevents) { in process_fds() function 3413 process_fds(isc__socketthread_t *thread, int maxfd, fd_set *readfds, in process_fds() function 3613 done = process_fds(thread, thread->events, cc); in netthread() 3615 process_fds(thread, maxfd, thread->read_fds_copy, in netthread()
|