Searched refs:TmpWritefds (Results 1 – 1 of 1) sorted by relevance
542 static fd_set TmpWritefds; in SocketMonitorThread() local566 memcpy(&TmpWritefds, &WriteFds, sizeof(fd_set)); in SocketMonitorThread()569 int32_t res = select(nMaxSD + 1, &TmpReadfds, &TmpWritefds, &TmpExcepfds, &tv); in SocketMonitorThread()