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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket_p.h26 #include <sys/select.h>
H A Dentropy.c43 #include <sys/select.h>
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
H A Dsocket.c123 * Care should be taken before modifying this value for select():
124 * The API standard doesn't ensure select() accept more than (the system default
128 * available file descriptors (up to FD_SETSIZE) and the select() function
133 * inherent scalability problems of select().
148 * Mac OS X needs a special definition to support larger values in select().
854 * Poke the select loop when there is something for us to do.
2632 * task with the I/O operation and let our select loop handler get back
3523 * This is the thread that will loop forever, always in a select or poll
3526 * When select returns something to do, track down what thread gets to do
3542 const char *fnname = "select()";
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dzone_test.c46 #include <sys/select.h>
186 select(1, &rfdset, NULL, NULL, NULL);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h147 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c102 #include <sys/select.h>
477 * If this is not checked, select() can overflow,
489 ret2 = select(ctx->sock + 1, &readfds, NULL, NULL, &timeout);
492 * What happened with select?
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1742 retval = select(maxfd + 1, &read_fds, NULL, NULL, &tv);
/bind-9.6-ESV-R11/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.6-ESV-R11/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 55 milliseconds