Home
last modified time | relevance | path

Searched refs:__thread (Results 1 – 18 of 18) sorted by relevance

/rocksdb-6.9/monitoring/
Dthread_status_util.h97 static __thread bool thread_updater_initialized_;
112 static __thread ThreadStatusUpdater* thread_updater_local_cache_;
Dthread_status_util.cc14 __thread ThreadStatusUpdater* ThreadStatusUtil::thread_updater_local_cache_ =
16 __thread bool ThreadStatusUtil::thread_updater_initialized_ = false;
Dperf_level_imp.h13 extern __thread PerfLevel perf_level;
Dperf_level.cc13 __thread PerfLevel perf_level = kEnableCount;
Diostats_context.cc13 __thread IOStatsContext iostats_context;
Diostats_context_imp.h12 extern __thread IOStatsContext iostats_context;
Dperf_context_imp.h16 extern __thread PerfContext perf_context_;
Dthread_status_updater.h199 static __thread ThreadStatusData* thread_status_data_;
Dthread_status_updater.cc16 __thread ThreadStatusData* ThreadStatusUpdater::thread_status_data_ = nullptr;
Dperf_context.cc16 __thread PerfContext perf_context_;
/rocksdb-6.9/port/win/
Dport_win.h63 #ifndef __thread
64 #define __thread __declspec(thread) macro
/rocksdb-6.9/util/
Drandom.cc18 #define STORAGE_DECL static __thread
Dthread_local.cc145 static __thread ThreadData* tls_;
155 __thread ThreadData* ThreadLocalPtr::StaticMeta::tls_ = nullptr;
/rocksdb-6.9/memory/
Dconcurrent_arena.cc18 __thread size_t ConcurrentArena::tls_cpuid = 0;
Dconcurrent_arena.h98 static __thread size_t tls_cpuid;
/rocksdb-6.9/build_tools/
Dbuild_detect_platform678 static __thread int tls;
/rocksdb-6.9/
DCMakeLists.txt278 #if defined(_MSC_VER) && !defined(__thread)
279 #define __thread __declspec(thread)
282 static __thread int tls;
DHISTORY.md356 …ontext` which allows storing perf context at each level. Also replaced `__thread` with `thread_loc…