Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dhang_watcher.h117 kUtilityProcess = 4, enumerator
118 kMax = kUtilityProcess
H A Dhang_watcher.cc120 case HangWatcher::ProcessType::kUtilityProcess: in LogHungThreadCountHistogram()
401 } else if (process_type == HangWatcher::ProcessType::kUtilityProcess) { in InitializeOnMainThread()
H A Dhang_watcher_unittest.cc79 HangWatcher::ProcessType::kUtilityProcess, in HangWatcherEnabledInZygoteChildTest()
/aosp_15_r20/external/cronet/base/allocator/
H A Dpartition_alloc_support.cc124 constexpr char kUtilityProcess[] = "utility"; variable
807 if (process_type == switches::kUtilityProcess) { in SetProcessNameForPCScan()