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()97 serviceCtrl.CommunicationLoop((*clientInfoIt)->m_stopThread, m_cmdList); in ClientEventLoop()
339 if (m_stopThread) { in ReceiveLogLoop()405 m_stopThread = true; in Stop()
33 std::atomic<bool> m_stopThread; member
98 volatile bool m_stopThread = false; variable