Searched refs:_readFds (Results 1 – 2 of 2) sorted by relevance
192 FD_ZERO(&_readFds); in UdpSocketManagerPosixImpl()245 FD_ZERO(&_readFds); in Process()256 FD_SET(it->first, &_readFds); in Process()262 num = select(maxFd+1, &_readFds, NULL, NULL, &timeout); in Process()280 if (FD_ISSET(it->first, &_readFds)) { in Process()
81 fd_set _readFds; variable