Home
last modified time | relevance | path

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

/external/cronet/base/task/thread_pool/
Denvironment_config.cc68 bool CanUseUtilityThreadTypeForWorkerThread() { in CanUseUtilityThreadTypeForWorkerThread() function
Denvironment_config.h55 bool BASE_EXPORT CanUseUtilityThreadTypeForWorkerThread();
Dthread_pool_impl_unittest.cc94 CanUseUtilityThreadTypeForWorkerThread(); in TraitsSupportUtilityThreadType()
826 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
832 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
1166 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
1177 CanUseUtilityThreadTypeForWorkerThread() in TEST_P()
Dworker_thread.cc152 DCHECK(CanUseUtilityThreadTypeForWorkerThread() || in WorkerThread()
Dthread_pool_impl.cc144 CanUseUtilityThreadTypeForWorkerThread()) { in Start()
Dpooled_single_thread_task_runner_manager_unittest.cc255 CanUseUtilityThreadTypeForWorkerThread() && std::get<1>(GetParam());
Dpooled_single_thread_task_runner_manager.cc576 g_use_utility_thread_group = CanUseUtilityThreadTypeForWorkerThread() && in Start()