Home
last modified time | relevance | path

Searched refs:m_stopThread (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
Dcmd_executor.cpp39 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()
Dlog_persister.cpp335 if (m_stopThread) { in ReceiveLogLoop()
401 m_stopThread = true; in Stop()
/base/hiviewdfx/hilog/services/hilogd/include/
Dcmd_executor.h33 std::atomic<bool> m_stopThread; member
Dlog_persister.h96 volatile bool m_stopThread = false; variable