Home
last modified time | relevance | path

Searched refs:cityTimeZoneMutex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h89 static std::mutex cityTimeZoneMutex; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp73 std::mutex I18nTimeZone::cityTimeZoneMutex; member in OHOS::Global::I18n::I18nTimeZone
796 std::lock_guard<std::mutex> cityTzLock(cityTimeZoneMutex); in SetCity2TimeZoneID()