Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_pool_impl_unittest.cc94 CanUseUtilityThreadTypeForWorkerThread(); in TraitsSupportUtilityThreadType()
828 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
834 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
1168 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
1179 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
1473 CanUseUtilityThreadTypeForWorkerThread()) in CreateTaskRunnersAndEvents()
H A Denvironment_config.cc68 bool CanUseUtilityThreadTypeForWorkerThread() { in CanUseUtilityThreadTypeForWorkerThread() function
H A Denvironment_config.h55 bool BASE_EXPORT CanUseUtilityThreadTypeForWorkerThread();
H A Dthread_pool_impl.cc181 CanUseUtilityThreadTypeForWorkerThread()) { in Start()
197 CanUseUtilityThreadTypeForWorkerThread()) { in Start()
H A Dworker_thread.cc158 DCHECK(CanUseUtilityThreadTypeForWorkerThread() || in WorkerThread()
H A Dpooled_single_thread_task_runner_manager_unittest.cc255 CanUseUtilityThreadTypeForWorkerThread() && std::get<1>(GetParam());
H A Dpooled_single_thread_task_runner_manager.cc612 g_use_utility_thread_group = CanUseUtilityThreadTypeForWorkerThread() && in Start()