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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dos.h31 perf_os_waituntilanyreadable(int *fds, unsigned int nfds, int pipe_fd,
H A Dos.c93 perf_os_waituntilanyreadable(int *fds, unsigned int nfds, int pipe_fd, argument
104 for (i = 0; i < nfds; i++) {
/bind-9.11.3/bin/tests/virtual-time/
H A Dvtwrapper.c206 select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *xfds, argument
216 return syscall(SYS_select, nfds, rfds, wfds, xfds, timeout);
219 return syscall(SYS_select, nfds, rfds, wfds, xfds, &tv);
221 return syscall(SYS_select, nfds, rfds, wfds, xfds, timeout);
228 poll(struct pollfd fds[], nfds_t nfds, int timeout) { argument
235 return syscall(SYS_poll, fds, nfds, timeout);
241 return syscall(SYS_poll, fds, nfds, timeout);
243 return syscall(SYS_poll, fds, nfds, timeout);
/bind-9.11.3/unit/atf-src/tools/
H A Dio.cpp239 safe_poll(struct pollfd fds[], nfds_t nfds, int timeout) argument
241 int ret = ::poll(fds, nfds, timeout);
272 impl::muxer::muxer(const int* fds, const size_t nfds, const size_t bufsize) : argument
274 m_nfds(nfds),
276 m_buffers(new std::string[nfds])
H A Dio_test.cpp342 mock_muxer(const int* fds, const size_t nfds, const size_t bufsize) : argument
343 muxer(fds, nfds, bufsize) {}
H A Dtest-program.cpp717 child_muxer(const int* fds, const size_t nfds, argument
719 muxer(fds, nfds),
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c1419 int nfds; local
1445 nfds = epoll_wait(epoll_ofd, oevents, EVENTS_CNT, 1);
1446 if (nfds < 0) {
1456 if (nfds == 0)
1459 pollconnect(nfds);
1483 int nfds; local
1509 nfds = epoll_wait(epoll_ifd, ievents, EVENTS_CNT, 1);
1510 if (nfds < 0) {
1520 if (nfds == 0)
1523 pollrecv(nfds);
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c130 int nfds; member in struct:isc_socketwait

Completed in 535 milliseconds