Searched refs:timezone_ptr (Results 1 – 3 of 3) sorted by relevance
37 ABSL_CONST_INIT std::atomic<absl::TimeZone*> timezone_ptr{nullptr}; variable81 if (!timezone_ptr.compare_exchange_strong(expected, new_tz, in SetTimeZone()90 return timezone_ptr.load(std::memory_order_acquire); in TimeZone()
42 ABSL_CONST_INIT std::atomic<absl::TimeZone*> timezone_ptr{nullptr}; variable101 if (!timezone_ptr.compare_exchange_strong(expected, new_tz, in SetTimeZone()110 return timezone_ptr.load(std::memory_order_acquire); in TimeZone()