Searched refs:bundleMutexMap_ (Results 1 – 4 of 4) sorted by relevance
59 std::unordered_map<std::string, std::mutex> bundleMutexMap_; variable
549 auto it = bundleMutexMap_.find(bundleName); in GetBundleMutex()550 if (it == bundleMutexMap_.end()) { in GetBundleMutex()553 return bundleMutexMap_[bundleName]; in GetBundleMutex()
1234 std::unordered_map<std::string, std::mutex> bundleMutexMap_; variable
4656 auto it = bundleMutexMap_.find(bundleName); in GetBundleMutex()4657 if (it == bundleMutexMap_.end()) { in GetBundleMutex()4660 return bundleMutexMap_[bundleName]; in GetBundleMutex()