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

/bind-9.11.3/lib/isc/unix/
H A Dsocket_p.h17 #include <sys/select.h>
H A Dentropy.c36 #include <sys/select.h>
429 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
H A Dsocket.c147 * Care should be taken before modifying this value for select():
148 * The API standard doesn't ensure select() accept more than (the system default
152 * available file descriptors (up to FD_SETSIZE) and the select() function
157 * inherent scalability problems of select().
176 * Mac OS X needs a special definition to support larger values in select().
1137 * Poke the select loop when there is something for us to do.
3319 * task with the I/O operation and let our select loop handler get back
4249 * This is the thread that will loop forever, always in a select or poll
4252 * When select returns something to do, track down what thread gets to do
4273 const char *fnname = "select()";
[all...]
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dos.c23 #include <sys/select.h>
78 n = select(maxfd + 1, &read_fds, NULL, NULL, tvp);
81 perf_log_fatal("select() failed");
120 n = select(maxfd + 1, &read_fds, NULL, NULL, tvp);
123 perf_log_fatal("select() failed");
/bind-9.11.3/bin/named/include/named/
H A Dseccomp.h38 SCMP_SYS(select),
105 "select",
173 SCMP_SYS(select),
213 "select",
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py18 import select namespace
311 inputready, outputready, exceptready = select.select(input, [], [])
312 except select.error as e:
/bind-9.11.3/lib/lwres/
H A Dcontext.c93 #include <sys/select.h>
480 * If this is not checked, select() can overflow,
492 ret2 = select(ctx->sock + 1, &readfds, NULL, NULL, &timeout);
495 * What happened with select?
/bind-9.11.3/bin/tests/virtual-time/
H A Dvtwrapper.c20 #include <sys/select.h>
206 select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *xfds, function
/bind-9.11.3/bin/tests/
H A Dzone_test.c38 #include <sys/select.h>
178 select(1, &rfdset, NULL, NULL, NULL);
/bind-9.11.3/bin/named/
H A Dfuzz.c273 rv = select(max, &fds, NULL, NULL, &tv);
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1742 retval = select(maxfd + 1, &read_fds, NULL, NULL, &tv);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c327 select(int a0, fd_set* a1, fd_set* a2, fd_set* a3, const struct timeval* a4) function
332 idnLogPrintf(idn_log_level_trace, "stub select() called\n");
336 if ((p = GetProcAddress(DLLHANDLE, "select")) == NULL) {
337 FATAL("cannot find entry select (%d)\n", GetLastError());
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c65 #include <sys/select.h>
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c327 select(int a0, fd_set* a1, fd_set* a2, fd_set* a3, const struct timeval* a4) function
332 idnLogPrintf(idn_log_level_trace, "stub select() called\n");
336 if ((p = GetProcAddress(DLLHANDLE, "select")) == NULL) {
337 FATAL("cannot find entry select (%d)\n", GetLastError());

Completed in 2178 milliseconds