Home | History | Annotate | Download | only in src

Lines Matching refs:max_fd

245     int max_fd = -1;
251 max_fd = watch->fd > max_fd ? watch->fd : max_fd;
255 max_fd = watch->fd > max_fd ? watch->fd : max_fd;
258 return max_fd;
282 int max_fd = -1;
291 max_fd = set_watch_fds(&rfds, &wfds);
294 retval = select(max_fd + 1, &rfds, &wfds, NULL, &timeout);