Searched refs:nMaxSD (Results 1 – 1 of 1) sorted by relevance
489 uint32_t nMaxSD = 0; in SetSocketFD() local501 if (socketFD > nMaxSD) in SetSocketFD()503 nMaxSD = socketFD; in SetSocketFD()508 return nMaxSD; in SetSocketFD()544 int nMaxSD; in SocketMonitorThread() local547 nMaxSD = SetSocketFD(&ReadFds, &WriteFds, &ExceptFds); in SocketMonitorThread()562 nMaxSD = SetSocketFD(&ReadFds, &WriteFds, &ExceptFds); in SocketMonitorThread()569 int32_t res = select(nMaxSD + 1, &TmpReadfds, &TmpWritefds, &TmpExcepfds, &tv); in SocketMonitorThread()