Searched defs:nfds (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | os.c | 93 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 D | vtwrapper.c | 206 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 D | io.cpp | 239 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 D | io_test.cpp | 342 mock_muxer(const int* fds, const size_t nfds, const size_t bufsize) : argument 343 muxer(fds, nfds, bufsize) {}
|
H A D | test-program.cpp | 717 child_muxer(const int* fds, const size_t nfds, argument 719 muxer(fds, nfds),
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 1419 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 D | socket.c | 130 int nfds; member in struct:isc_socketwait
|
Completed in 493 milliseconds