Searched defs:thread_local (Results 1 – 9 of 9) sorted by relevance
2 macro_rules! thread_local { macro
16 mod thread_local; module
35 #define thread_local __declspec(thread) macro38 #define thread_local __thread macro
1 thread_local chapter
35 #define thread_local __declspec(thread) macro37 #define thread_local __thread macro
55 int thread_local = 1; in main() local
448 thread_local: &'a ThreadLocal<T>, field465 thread_local: &'a mut ThreadLocal<T>, field495 thread_local: ThreadLocal<T>, field
88 #define thread_local macro