Searched refs:numReady (Results 1 – 1 of 1) sorted by relevance
2306 int numFDs = 0, numReady; in mDNSPosixRunEventLoopOnce() local2320 numReady = select(numFDs, &listenFDs, &writeFDs, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()2322 if (numReady > 0) in mDNSPosixRunEventLoopOnce()2327 else if (numReady < 0) in mDNSPosixRunEventLoopOnce()