Searched refs:matchLocaleMutex (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/intl/include/ | ||
H A D | i18n_timezone.h | 90 static std::mutex matchLocaleMutex; member in OHOS::Global::I18n::I18nTimeZone |
/base/global/i18n/frameworks/intl/src/ | ||
H A D | i18n_timezone.cpp | 74 std::mutex I18nTimeZone::matchLocaleMutex; member in OHOS::Global::I18n::I18nTimeZone 1014 std::lock_guard<std::mutex> matchLocaleLock(matchLocaleMutex); in SetBestMatchLocale() |
Completed in 3 milliseconds