HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_THREAD_LOCAL (Results 1 - 2 of 2) sorted by null

  /build/kati/
thread_local.h 27 // DEFINE_THREAD_LOCAL(Foo*, foo);
44 #define DEFINE_THREAD_LOCAL(Type, name) thread_local Type name
50 // Note that DEFINE_THREAD_LOCAL creates a global variable just like
91 #define DEFINE_THREAD_LOCAL(Type, name) \
stats.cc 32 DEFINE_THREAD_LOCAL(double, g_start_time);

Completed in 74 milliseconds