Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dlifecycle_deal.cpp31 std::unique_lock<std::shared_mutex> lock(schedulerMutex_); in SetScheduler()
37 std::shared_lock<std::shared_mutex> lock(schedulerMutex_); in GetScheduler()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dlifecycle_deal.h71 std::shared_mutex schedulerMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h245 mutable std::mutex schedulerMutex_;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp209 std::lock_guard guard(schedulerMutex_); in SetApplicationClient()
215 std::lock_guard guard(schedulerMutex_); in GetApplicationClient()