Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dcmd_executor.cpp39 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()
H A Dlog_persister.cpp339 if (m_stopThread) { in ReceiveLogLoop()
405 m_stopThread = true; in Stop()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dcmd_executor.h33 std::atomic<bool> m_stopThread; member
H A Dlog_persister.h98 volatile bool m_stopThread = false; variable