mirror of
https://github.com/gperftools/gperftools
synced 2024-12-21 06:50:03 +00:00
re-introduce missing initial-exec attribute for per-thread data
This commit is contained in:
parent
786ecdfbc8
commit
bc2aac871a
@ -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_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user