Searched refs:cityTimeZoneMutex (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/intl/include/ | ||
H A D | i18n_timezone.h | 89 static std::mutex cityTimeZoneMutex; member in OHOS::Global::I18n::I18nTimeZone |
/base/global/i18n/frameworks/intl/src/ | ||
H A D | i18n_timezone.cpp | 73 std::mutex I18nTimeZone::cityTimeZoneMutex; member in OHOS::Global::I18n::I18nTimeZone 796 std::lock_guard<std::mutex> cityTzLock(cityTimeZoneMutex); in SetCity2TimeZoneID() |
Completed in 3 milliseconds