Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dexit_resident_process_manager.cpp58 std::lock_guard<ffrt::mutex> lock(webMutexLock_); in RecordExitResidentBundleDependedOnWeb()
89 std::lock_guard<ffrt::mutex> lock(webMutexLock_); in HandleExitResidentBundleDependedOnWeb()
127 std::lock_guard<ffrt::mutex> lock(webMutexLock_); in IsKilledForUpgradeWeb()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dexit_resident_process_manager.h63 mutable ffrt::mutex webMutexLock_; variable