Searched refs:mpthCmdProcess_ (Results 1 – 2 of 2) sorted by relevance
36 mpthCmdProcess_ = nullptr; in DistributedAgent()44 if (mpthCmdProcess_ != nullptr) { in ~DistributedAgent()46 if (mpthCmdProcess_->joinable()) { in ~DistributedAgent()47 mpthCmdProcess_->join(); in ~DistributedAgent()116 mpthCmdProcess_ = std::make_unique<std::thread>([=]() { in InitAgentServer()398 if (mpthCmdProcess_ != nullptr) { in Join()399 mpthCmdProcess_->join(); in Join()
61 std::unique_ptr<std::thread> mpthCmdProcess_; variable