Searched refs:fdMax (Results 1 – 1 of 1) sorted by relevance
1622 int fdMax = 0, numReady; in mDNSPosixRunEventLoopOnce() local1626 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified in mDNSPosixRunEventLoopOnce()1627 if (fdMax < gMaxFD) in mDNSPosixRunEventLoopOnce()1628 fdMax = gMaxFD; in mDNSPosixRunEventLoopOnce()1630 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()