Searched refs:num_sub_tasks (Results 1 – 1 of 1) sorted by relevance
118 const int32_t num_sub_tasks = 128; in TEST_F() local120 thread_pool.AddTask(self, new CheckPassTask(&barrier, &count, num_sub_tasks)); in TEST_F()123 const int32_t expected_total_tasks = num_sub_tasks * num_tasks; in TEST_F()