Searched refs:__thread (Results 1 – 18 of 18) sorted by relevance
97 static __thread bool thread_updater_initialized_;112 static __thread ThreadStatusUpdater* thread_updater_local_cache_;
14 __thread ThreadStatusUpdater* ThreadStatusUtil::thread_updater_local_cache_ =16 __thread bool ThreadStatusUtil::thread_updater_initialized_ = false;
13 extern __thread PerfLevel perf_level;
13 __thread PerfLevel perf_level = kEnableCount;
13 __thread IOStatsContext iostats_context;
12 extern __thread IOStatsContext iostats_context;
16 extern __thread PerfContext perf_context_;
199 static __thread ThreadStatusData* thread_status_data_;
16 __thread ThreadStatusData* ThreadStatusUpdater::thread_status_data_ = nullptr;
16 __thread PerfContext perf_context_;
63 #ifndef __thread64 #define __thread __declspec(thread) macro
18 #define STORAGE_DECL static __thread
145 static __thread ThreadData* tls_;155 __thread ThreadData* ThreadLocalPtr::StaticMeta::tls_ = nullptr;
18 __thread size_t ConcurrentArena::tls_cpuid = 0;
98 static __thread size_t tls_cpuid;
678 static __thread int tls;
278 #if defined(_MSC_VER) && !defined(__thread)279 #define __thread __declspec(thread)282 static __thread int tls;
356 …ontext` which allows storing perf context at each level. Also replaced `__thread` with `thread_loc…