Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1767 std::lock_guard renderPidSetLock(renderPidSetLock_); in AddRenderRecord()
1786 std::lock_guard renderPidSetLock(renderPidSetLock_); in RemoveRenderPid()
1792 std::lock_guard renderPidSetLock(renderPidSetLock_); in ConstainsRenderPid()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h1015 ffrt::mutex renderPidSetLock_; variable