Home
last modified time | relevance | path

Searched refs:newVal (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dcmd_executor.cpp70 auto newVal = std::make_unique<ClientThread>(); in OnAcceptedConnection() local
71 if (newVal != nullptr) { in OnAcceptedConnection()
72 newVal->m_stopThread.store(false); in OnAcceptedConnection()
73 newVal->m_clientThread = std::thread([this](std::unique_ptr<Socket> handler) { in OnAcceptedConnection()
76 m_clients.push_back(std::move(newVal)); in OnAcceptedConnection()

Completed in 1 milliseconds