Loading cmds/installd/InstalldNativeService.cpp +190 −103 File changed.Preview size limit exceeded, changes collapsed. Show changes cmds/installd/InstalldNativeService.h +3 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,9 @@ public: private: std::recursive_mutex mLock; std::unordered_map<userid_t, std::weak_ptr<std::recursive_mutex>> mUserIdLock; std::unordered_map<std::string, std::weak_ptr<std::recursive_mutex>> mPackageNameLock; std::recursive_mutex mMountsLock; std::recursive_mutex mQuotasLock; Loading Loading
cmds/installd/InstalldNativeService.cpp +190 −103 File changed.Preview size limit exceeded, changes collapsed. Show changes
cmds/installd/InstalldNativeService.h +3 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,9 @@ public: private: std::recursive_mutex mLock; std::unordered_map<userid_t, std::weak_ptr<std::recursive_mutex>> mUserIdLock; std::unordered_map<std::string, std::weak_ptr<std::recursive_mutex>> mPackageNameLock; std::recursive_mutex mMountsLock; std::recursive_mutex mQuotasLock; Loading