Home
last modified time | relevance | path

Searched refs:startThread_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_file_observer.cpp186 startThread_ = false; in StopFileInotify()
226 if (!startThread_) { in AddFileInotify()
229 startThread_ = true; in AddFileInotify()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_file_observer.h47 bool startThread_; variable
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dmedia_monitor_policy.h76 std::atomic_bool startThread_ = true; variable
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_policy.cpp71 while (startThread_.load(std::memory_order_acquire)) { in TimeFunc()
86 startThread_.store(false, std::memory_order_release); in StopTimeThread()