Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1641 ffrt::mutex renderUidSetLock_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5239 std::lock_guard<ffrt::mutex> lock(renderUidSetLock_); in GenerateRenderUid()
5305 std::lock_guard<ffrt::mutex> lock(renderUidSetLock_); in StartRenderProcessImpl()
5402 std::lock_guard<ffrt::mutex> lock(renderUidSetLock_); in RemoveRenderRecordNoAttach()
5416 std::lock_guard<ffrt::mutex> lock(renderUidSetLock_); in OnRenderRemoteDied()
6281 std::lock_guard lock(renderUidSetLock_); in NotifyAppFaultBySA()