Searched refs:GetMaxTasksForTesting (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cronet/base/task/thread_pool/ |
H A D | thread_group_semaphore_unittest.cc | 521 EXPECT_EQ(kMaxTasks, thread_group_->GetMaxTasksForTesting()); in TEST_F() 525 thread_group_->GetMaxTasksForTesting()); in TEST_F() 765 size_t max_tasks = thread_group_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() 768 size_t new_max_tasks = thread_group_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() 795 ASSERT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 808 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 817 ASSERT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 831 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 882 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 934 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() [all …]
|
H A D | thread_group_impl_unittest.cc | 517 EXPECT_EQ(kMaxTasks, thread_group_->GetMaxTasksForTesting()); in TEST_F() 521 thread_group_->GetMaxTasksForTesting()); in TEST_F() 751 size_t max_tasks = thread_group_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() 754 size_t new_max_tasks = thread_group_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() 781 ASSERT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 794 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 803 ASSERT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 817 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 868 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 920 EXPECT_EQ(thread_group_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() [all …]
|
H A D | thread_group.h | 168 size_t GetMaxTasksForTesting() const;
|
H A D | thread_group.cc | 482 size_t ThreadGroup::GetMaxTasksForTesting() const { in GetMaxTasksForTesting() function in base::internal::ThreadGroup
|
/aosp_15_r20/external/libchrome/base/task_scheduler/ |
H A D | scheduler_worker_pool_impl_unittest.cc | 445 ASSERT_GT(kNumTasksPosted, worker_pool_->GetMaxTasksForTesting()); in TEST_F() 446 EXPECT_EQ(kMaxTasks, worker_pool_->GetMaxTasksForTesting()); in TEST_F() 449 worker_pool_->GetMaxTasksForTesting()); in TEST_F() 562 const auto max_tasks = worker_pool_->GetMaxTasksForTesting(); in FloodPool() 1051 size_t max_tasks = worker_pool_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() 1054 size_t new_max_tasks = worker_pool_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() 1076 ASSERT_EQ(worker_pool_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 1085 EXPECT_EQ(worker_pool_->GetMaxTasksForTesting(), 2 * kMaxTasks); in TEST_P() 1089 EXPECT_EQ(worker_pool_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() 1121 EXPECT_EQ(worker_pool_->GetMaxTasksForTesting(), kMaxTasks); in TEST_P() [all …]
|
H A D | scheduler_worker_pool_impl.h | 136 size_t GetMaxTasksForTesting() const;
|
H A D | scheduler_worker_pool_impl.cc | 349 size_t SchedulerWorkerPoolImpl::GetMaxTasksForTesting() const { in GetMaxTasksForTesting() function in base::internal::SchedulerWorkerPoolImpl
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/6/external/libchrome/base/task_scheduler/ |
D | scheduler_worker_pool_impl.h | 139 size_t GetMaxTasksForTesting() const;
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task_scheduler/ |
D | scheduler_worker_pool_impl.h | 139 size_t GetMaxTasksForTesting() const;
|