Searched refs:g_categories (Results 1 – 5 of 5) sorted by relevance
30 static std::atomic<Timer::Category *> g_categories; variable52 Category *expected = g_categories; in Category()55 } while (!g_categories.compare_exchange_weak(expected, this)); in Category()131 for (Category *i = g_categories; i; i = i->m_next) { in ResetCategoryTimes()140 for (Category *i = g_categories; i; i = i->m_next) { in DumpCategoryTimes()
16 static constexpr Log::Category g_categories[] = { variable69 static Log::Channel g_log_channel(g_categories,
13 static constexpr Log::Category g_categories[] = { variable28 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
15 static constexpr Log::Category g_categories[] = { variable25 static Log::Channel g_channel(g_categories, POSIXLog::Process);
17 static constexpr Log::Category g_categories[] = { variable36 static Log::Channel g_channel(g_categories, GDBRLog::Packets);