Searched refs:SetTaskCount (Results 1 – 1 of 1) sorted by relevance
111 void SetTaskCount(int count);288 queue.SetTaskCount(kTaskCount); in TEST_F()315 queue.SetTaskCount(3); in TEST_F()336 queue.SetTaskCount(3); in TEST_F()357 queue.SetTaskCount(20); // 2 tasks per thread. in TEST_F()376 queue.SetTaskCount(20); // 2 tasks per thread. in TEST_F()436 queue.SetTaskCount(20 * kThreadCount); in TEST_F()463 queue.SetTaskCount(kThreadCount * 4); in TEST_F()519 SetTaskCount(0); in WorkQueue()668 void WorkQueue::SetTaskCount(int count) { in SetTaskCount() function in base::__anon39cf34e60111::WorkQueue