Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h285 #define GOOGLE_THREAD_LOCAL __declspec(thread) macro
287 #define GOOGLE_THREAD_LOCAL __thread macro
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc51 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_ = { -1, NULL }; in thread_cache()
55 GOOGLE_THREAD_LOCAL Arena::ThreadCache Arena::thread_cache_ = { -1, NULL };
Darena.h566 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_;