Searched refs:dumpLoopThread_ (Results 1 – 2 of 2) sorted by relevance
274 if (dumpLoopThread_ && dumpLoopThread_->joinable()) { in DumpThreadProcess()275 dumpLoopThread_->join(); in DumpThreadProcess()295 dumpLoopThread_ = std::make_unique<thread>(&MediaMonitorService::DumpLoopFunc, this); in DumpThreadStart()296 pthread_setname_np(dumpLoopThread_->native_handle(), "MDLoopThread"); in DumpThreadStart()
122 std::unique_ptr<std::thread> dumpLoopThread_ = nullptr; variable