Searched refs:collectionMutex_ (Results 1 – 2 of 2) sorted by relevance
43 std::unique_lock lock(collectionMutex_); in SetupDefaultFontManager()52 std::unique_lock lock(collectionMutex_); in SetDefaultFontManager()61 std::unique_lock lock(collectionMutex_); in SetAssetFontManager()70 std::unique_lock lock(collectionMutex_); in SetDynamicFontManager()79 std::unique_lock lock(collectionMutex_); in SetTestFontManager()88 std::unique_lock lock(collectionMutex_); in GetFontManagerOrder()103 std::unique_lock lock(collectionMutex_); in DisableFontFallback()112 std::unique_lock lock(collectionMutex_); in ClearFontFamilyCache()120 std::unique_lock lock(collectionMutex_); in CreateSktFontCollection()
59 mutable std::mutex collectionMutex_; variable