Searched refs:GOOGLE_THREAD_LOCAL (Results 1 – 3 of 3) sorted by relevance
256 #define GOOGLE_THREAD_LOCAL __declspec(thread) macro258 #define GOOGLE_THREAD_LOCAL __thread macro
62 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_ = {-1, NULL}; in thread_cache()66 GOOGLE_THREAD_LOCAL ArenaImpl::ThreadCache ArenaImpl::thread_cache_ = {-1, NULL};
262 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_;