Searched refs:SelectSocket (Results 1 – 3 of 3) sorted by relevance
78 static int SelectSocket(const Socket sd, const size_t msec);
99 int ASocket::SelectSocket(const ASocket::Socket sd, const size_t msec) in SelectSocket() function in ASocket
108 int ret = ASocket::SelectSocket(tcpClient->GetSocketDescriptor(), 300); // poll for 300 ms117 int ret = ASocket::SelectSocket(ConnectedClient, 50);