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

/external/qemu/telephony/
H A Dsysdeps_posix.c145 static int _s_maxfd; variable
171 if (channel->fd > _s_maxfd)
172 _s_maxfd = channel->fd;
192 _s_maxfd = -1;
446 n = select( _s_maxfd+1, &rfd, &wfd, &efd, timeout);
458 for(i = 0; (i <= _s_maxfd) && (n > 0); i++)

Completed in 280 milliseconds