Searched refs:m_clientAccess (Results 1 – 2 of 2) sorted by relevance
37 std::lock_guard<std::mutex> lg(m_clientAccess); in ~CmdExecutor()69 std::lock_guard<std::mutex> lg(m_clientAccess); in OnAcceptedConnection()84 std::lock_guard<std::mutex> lg(m_clientAccess); in ClientEventLoop()108 std::scoped_lock sl(m_finishedClientAccess, m_clientAccess); in CleanFinishedClients()
54 std::mutex m_clientAccess; variable