Lines Matching refs:select
123 * 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()";
3587 cc = select(maxfd, manager->read_fds_copy,
3962 * select/poll loop when something internal needs to be done.
3984 * Set up initial state for the select loop
3992 * Start up the select/poll thread.
4122 * Here, poke our select/poll thread. Do this by closing the write
5161 * If the error is EAGAIN, just re-select on this
5512 n = select(swait_private.maxfd, swait_private.readset,