Home | History | Annotate | Download | only in synchronization

Lines Matching refs:SetTaskCount

105   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(0);
644 void WorkQueue::SetTaskCount(int count) {