Searched refs:kMutatorThread (Results 1 – 1 of 1) sorted by relevance
151 enum ScopeContext { kMutatorThread, kConcurrentThread }; enumerator157 using ScopeIdType = std::conditional_t<scope_category == kMutatorThread,169 scope_category == kMutatorThread in InternalScope()173 scope_category == kMutatorThread in InternalScope()217 using DisabledScope = InternalScope<kDisabled, kMutatorThread>;218 using EnabledScope = InternalScope<kEnabled, kMutatorThread>;414 (scope_category == kMutatorThread in StartTrace()480 (scope_category == kMutatorThread in IncreaseScopeTime()485 if (scope_category == StatsCollector::ScopeContext::kMutatorThread) { in IncreaseScopeTime()