Searched refs:locale2DisplayNameMutex (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/intl/include/ | ||
H A D | locale_config.h | 157 static std::mutex locale2DisplayNameMutex;
member in OHOS::Global::I18n::LocaleConfig |
/base/global/i18n/frameworks/intl/src/ | ||
H A D | locale_config.cpp | 139 std::mutex LocaleConfig::locale2DisplayNameMutex;
member in OHOS::Global::I18n::LocaleConfig 804 std::lock_guard<std::mutex> localeDisplayLock(locale2DisplayNameMutex); in SetLocale2DisplayName() |
Completed in 4 milliseconds