HomeSort by relevance Sort by last modified time
    Searched full:_s_maxfd (Results 1 - 1 of 1) sorted by null

  /external/qemu/telephony/
sysdeps_posix.c 145 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 53 milliseconds