Searched refs:writeFDs (Results 1 – 1 of 1) sorted by relevance
2305 fd_set writeFDs; in mDNSPosixRunEventLoopOnce() local2313 FD_ZERO(&writeFDs); in mDNSPosixRunEventLoopOnce()2319 mDNSPosixGetFDSetForSelect(m, &numFDs, &listenFDs, &writeFDs); in mDNSPosixRunEventLoopOnce()2320 numReady = select(numFDs, &listenFDs, &writeFDs, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()2324 mDNSPosixProcessFDSet(m, &listenFDs, &writeFDs); in mDNSPosixRunEventLoopOnce()