Searched refs:SetTaskCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable_unittest.cc105 void SetTaskCount(int count);
222 queue.SetTaskCount(kTaskCount);
266 queue.SetTaskCount(kTaskCount);
293 queue.SetTaskCount(3);
314 queue.SetTaskCount(3);
335 queue.SetTaskCount(20); // 2 tasks per thread.
354 queue.SetTaskCount(20); // 2 tasks per thread.
408 queue.SetTaskCount(20 * kThreadCount);
435 queue.SetTaskCount(kThreadCount * 4);
491 SetTaskCount(
644 void WorkQueue::SetTaskCount(int count) { function in class:base::__anon1783::WorkQueue
[all...]
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc105 void SetTaskCount(int count);
231 queue.SetTaskCount(kTaskCount);
258 queue.SetTaskCount(3);
279 queue.SetTaskCount(3);
300 queue.SetTaskCount(20); // 2 tasks per thread.
319 queue.SetTaskCount(20); // 2 tasks per thread.
373 queue.SetTaskCount(20 * kThreadCount);
400 queue.SetTaskCount(kThreadCount * 4);
456 SetTaskCount(0);
609 void WorkQueue::SetTaskCount(in function in class:base::__anon3921::WorkQueue
[all...]

Completed in 882 milliseconds