Searched defs:thread_local (Results 1 – 6 of 6) sorted by relevance
35 #define thread_local __declspec(thread) macro38 #define thread_local __thread macro
35 #define thread_local __declspec(thread) macro37 #define thread_local __thread macro
1 thread_local chapter
16 mod thread_local; module
452 thread_local: &'a ThreadLocal<T>, field469 thread_local: &'a mut ThreadLocal<T>, field499 thread_local: ThreadLocal<T>, field
88 #define thread_local macro