Searched refs:fdMax (Results 1 – 1 of 1) sorted by relevance
1645 int fdMax = 0, numReady; in mDNSPosixRunEventLoopOnce() local1649 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified in mDNSPosixRunEventLoopOnce()1650 if (fdMax < gMaxFD) in mDNSPosixRunEventLoopOnce()1651 fdMax = gMaxFD; in mDNSPosixRunEventLoopOnce()1653 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()