Searched refs:m_clientThread (Results 1 – 2 of 2) sorted by relevance
42 if (client->m_clientThread.joinable()) { in ~CmdExecutor()43 client->m_clientThread.join(); in ~CmdExecutor()73 newVal->m_clientThread = std::thread([this](std::unique_ptr<Socket> handler) { in OnAcceptedConnection()87 return ct->m_clientThread.get_id() == std::this_thread::get_id(); in ClientEventLoop()112 return ct->m_clientThread.get_id() == threadId; in CleanFinishedClients()115 threadsToJoin.push_back(std::move((*clientInfoIt)->m_clientThread)); in CleanFinishedClients()
32 std::thread m_clientThread; member