re-introduce missing initial-exec attribute for per-thread data

This commit is contained in:
Aliaksey Kandratsenka 2024-04-28 17:32:19 -04:00
parent 786ecdfbc8
commit bc2aac871a

View File

@ -118,7 +118,7 @@ private:
bool use_emergency_malloc; bool use_emergency_malloc;
}; };
static inline thread_local TLSData tls_data_; static inline thread_local TLSData tls_data_ ATTR_INITIAL_EXEC;
static bool tls_ready_; static bool tls_ready_;
static TlsKey slow_thread_cache_key_; static TlsKey slow_thread_cache_key_;