Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_agent.cpp36 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()
Ddistributed_agent.h61 std::unique_ptr<std::thread> mpthCmdProcess_; variable