Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/time/include/
H A Dtime_zone_info.h41 std::mutex timezoneMutex_; variable
/ohos5.0/base/time/time_service/services/time/src/
H A Dtime_zone_info.cpp57 std::lock_guard<std::mutex> lock(timezoneMutex_); in SetTimezone()