Searched defs:DEFINE_THREAD_LOCAL (Results 1 - 1 of 1) sorted by relevance

/build/kati/
H A Dthread_local.h27 // DEFINE_THREAD_LOCAL(Foo*, foo);
44 #define DEFINE_THREAD_LOCAL(Type, name) thread_local Type name macro
50 // Note that DEFINE_THREAD_LOCAL creates a global variable just like
86 #define DEFINE_THREAD_LOCAL(Type, name) \ macro

Completed in 160 milliseconds