Home
last modified time | relevance | path

Searched refs:m_clientThread (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dcmd_executor.cpp42 if (client->m_clientThread.joinable()) { in ~CmdExecutor()
43 client->m_clientThread.join(); in ~CmdExecutor()
73 newVal->m_clientThread = std::thread([this](std::unique_ptr<Socket> handler) { in OnAcceptedConnection()
87 return ct->m_clientThread.get_id() == std::this_thread::get_id(); in ClientEventLoop()
112 return ct->m_clientThread.get_id() == threadId; in CleanFinishedClients()
115 threadsToJoin.push_back(std::move((*clientInfoIt)->m_clientThread)); in CleanFinishedClients()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dcmd_executor.h32 std::thread m_clientThread; member