Searched refs:StartClientThread (Results 1 – 2 of 2) sorted by relevance
46 std::thread t(&VncServer::StartClientThread, this, std::move(sock)); in StartClient()50 void VncServer::StartClientThread(ClientSocket sock) { in StartClientThread() function in VncServer
47 void StartClientThread(ClientSocket sock);