Searched refs:m_stopThread (Results 1 – 4 of 4) sorted by relevance
39 client->m_stopThread.store(true); in ~CmdExecutor()72 newVal->m_stopThread.store(false); in OnAcceptedConnection()95 serviceCtrl.CommunicationLoop((*clientInfoIt)->m_stopThread, m_cmdList); in ClientEventLoop()
335 if (m_stopThread) { in ReceiveLogLoop()401 m_stopThread = true; in Stop()
33 std::atomic<bool> m_stopThread; member
96 volatile bool m_stopThread = false; variable