Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_impl.cc106 base::subtle::AtomicWord g_category_index = g_num_builtin_categories; variable
1228 int category_index = base::subtle::NoBarrier_Load(&g_category_index); in UpdateCategoryGroupEnabledFlags()
1267 int current_category_index = base::subtle::Acquire_Load(&g_category_index); in GetCategoryGroupEnabledInternal()
1282 int category_index = base::subtle::Acquire_Load(&g_category_index); in GetCategoryGroupEnabledInternal()
1306 base::subtle::Release_Store(&g_category_index, category_index + 1); in GetCategoryGroupEnabledInternal()
1319 int category_index = base::subtle::NoBarrier_Load(&g_category_index); in GetKnownCategoryGroups()