Searched refs:region2DisplayNameMutex (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/intl/include/ | ||
H A D | locale_config.h | 156 static std::mutex region2DisplayNameMutex;
member in OHOS::Global::I18n::LocaleConfig |
/base/global/i18n/frameworks/intl/src/ | ||
H A D | locale_config.cpp | 138 std::mutex LocaleConfig::region2DisplayNameMutex;
member in OHOS::Global::I18n::LocaleConfig 797 std::lock_guard<std::mutex> regionDisplayLock(region2DisplayNameMutex); in SetRegion2DisplayName() |
Completed in 4 milliseconds