Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.h220 std::unordered_map<userid_t, std::weak_ptr<std::shared_mutex>> mUserIdLock; variable
DInstalldNativeService.cpp385 UserLock localUserLock(userId, mUserIdLock, mLock); \
389 UserLock localUserLock(userId, mUserIdLock, mLock); \
2134 userLocks.emplace_back(userId, mUserIdLock, mLock); in freeCache()