Searched defs:THREAD_LOCAL (Results 1 – 2 of 2) sorted by relevance
25 #define THREAD_LOCAL __declspec(thread) macro27 #define THREAD_LOCAL __thread macro
120 #define THREAD_LOCAL(_x) _x macro122 #define THREAD_LOCAL(_x) __thread _x macro124 #define THREAD_LOCAL(_x) _x __thread macro126 #define THREAD_LOCAL(_x) __declspec(_x) macro