Home
last modified time | relevance | path

Searched refs:GOOGLE_THREAD_LOCAL (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dport.h256 #define GOOGLE_THREAD_LOCAL __declspec(thread) macro
258 #define GOOGLE_THREAD_LOCAL __thread macro
/external/protobuf/src/google/protobuf/
Darena.cc62 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_ = {-1, NULL}; in thread_cache()
66 GOOGLE_THREAD_LOCAL ArenaImpl::ThreadCache ArenaImpl::thread_cache_ = {-1, NULL};
Darena_impl.h262 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_;