Searched refs:cacheMapMutex_ (Results 1 – 2 of 2) sorted by relevance
58 std::lock_guard<std::mutex> lock(cacheMapMutex_); in GetDrawableById()71 std::lock_guard<std::mutex> lock(cacheMapMutex_); in GetDrawableVectorById()99 std::lock_guard<std::mutex> lock(cacheMapMutex_); in OnGenerate()122 std::lock_guard<std::mutex> lock(cacheMapMutex_); in OnGenerate()564 std::lock_guard<std::mutex> lock(cacheMapMutex_); in RemoveDrawableFromCache()
319 static inline std::mutex cacheMapMutex_; variable