Searched refs:_s_maxfd (Results 1 – 1 of 1) sorted by relevance
145 static int _s_maxfd; variable171 if (channel->fd > _s_maxfd) in sys_channel_activate()172 _s_maxfd = channel->fd; in sys_channel_activate()192 _s_maxfd = -1; in sys_init_channels()446 n = select( _s_maxfd+1, &rfd, &wfd, &efd, timeout); in sys_single_loop()458 for(i = 0; (i <= _s_maxfd) && (n > 0); i++) in sys_single_loop()