Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_service.cpp274 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()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dmedia_monitor_service.h122 std::unique_ptr<std::thread> dumpLoopThread_ = nullptr; variable