Home
last modified time | relevance | path

Searched refs:eventLock_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_file_observer.cpp29 std::mutex MtpFileObserver::eventLock_; member in OHOS::Media::MtpFileObserver
71 lock_guard<mutex> lock(eventLock_); in AddInotifyEvents()
100 lock_guard<mutex> lock(eventLock_); in StopFileInotify()
134 lock_guard<mutex> lock(eventLock_); in WatchPathThread()
147 lock_guard<mutex> lock(eventLock_); in AddFileInotify()
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.h107 GraphicLocker lock(eventLock_); in GetEventData()
115 GraphicLocker lock(eventLock_); in SetEventData()
137 pthread_mutex_t eventLock_; member in OHOS::LiteWM
H A Dlite_wm.cpp105 pthread_mutex_init(&eventLock_, nullptr);
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_file_observer.h42 static std::mutex eventLock_; member in OHOS::Media::MtpFileObserver

Completed in 2 milliseconds