Searched refs:CreatePooledTaskRunner (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/base/task/thread_pool/ |
H A D | thread_group_semaphore_unittest.cc | 340 test::CreatePooledTaskRunner({TaskPriority::BEST_EFFORT}, in TEST_F() 360 test::CreatePooledTaskRunner({TaskPriority::USER_VISIBLE}, in TEST_F() 384 test::CreatePooledTaskRunner({TaskPriority::USER_BLOCKING}, in TEST_F() 459 test::CreatePooledTaskRunner({WithBaseSyncPrimitives()}, in TEST_F() 465 test::CreatePooledTaskRunner({WithBaseSyncPrimitives()}, in TEST_F() 494 scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in TEST_F() 560 const scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in TEST_F() 707 const scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in SaturateWithBlockingTasks() 736 const scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in SaturateWithBusyTasks() 781 test::CreatePooledTaskRunner({MayBlock(), WithBaseSyncPrimitives()}, [all …]
|
H A D | thread_group_impl_unittest.cc | 337 test::CreatePooledTaskRunner({TaskPriority::BEST_EFFORT}, in TEST_F() 357 test::CreatePooledTaskRunner({TaskPriority::USER_VISIBLE}, in TEST_F() 381 test::CreatePooledTaskRunner({TaskPriority::USER_BLOCKING}, in TEST_F() 455 test::CreatePooledTaskRunner({WithBaseSyncPrimitives()}, in TEST_F() 461 test::CreatePooledTaskRunner({WithBaseSyncPrimitives()}, in TEST_F() 490 scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in TEST_F() 554 const scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in TEST_F() 693 const scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in SaturateWithBlockingTasks() 722 const scoped_refptr<TaskRunner> task_runner = test::CreatePooledTaskRunner( in SaturateWithBusyTasks() 767 test::CreatePooledTaskRunner({MayBlock(), WithBaseSyncPrimitives()}, [all …]
|
H A D | thread_group_unittest.cc | 173 scoped_refptr<TaskRunner> CreatePooledTaskRunner( in CreatePooledTaskRunner() function in base::internal::__anon4b5422c40111::ThreadGroupTestAllExecutionModes 234 auto task_runner = CreatePooledTaskRunner(); in TEST_P() 247 auto task_runner = CreatePooledTaskRunner(); in TEST_P() 280 auto task_runner = CreatePooledTaskRunner(); in TEST_P() 302 auto task_runner = CreatePooledTaskRunner(); in TEST_P() 330 return CreatePooledTaskRunner({priority}); in TEST_P() 353 return CreatePooledTaskRunner({priority}); in TEST_P() 508 test::CreatePooledTaskRunner({TaskPriority::USER_BLOCKING}, in TEST_F()
|
H A D | test_utils.cc | 126 return CreatePooledTaskRunner(traits, mock_pooled_task_runner_delegate); in CreatePooledTaskRunnerWithExecutionMode() 140 scoped_refptr<TaskRunner> CreatePooledTaskRunner( in CreatePooledTaskRunner() function
|
H A D | test_utils.h | 136 scoped_refptr<TaskRunner> CreatePooledTaskRunner(
|