Home | History | Annotate | Download | only in pending

Lines Matching full:maxfd

1683     int maxfd = (sigfd.rd > gstate.listensock)? sigfd.rd : gstate.listensock;
1685 retval = select(maxfd + 1, &rfds, NULL, NULL, (gconfig.auto_time?&tv:NULL));