Home
last modified time | relevance | path

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

/external/chromium/base/synchronization/
Dcondition_variable_unittest.cc105 void SetTaskCount(int count);
222 queue.SetTaskCount(kTaskCount); in TEST_F()
266 queue.SetTaskCount(kTaskCount); in TEST_F()
293 queue.SetTaskCount(3); in TEST_F()
314 queue.SetTaskCount(3); in TEST_F()
335 queue.SetTaskCount(20); // 2 tasks per thread. in TEST_F()
354 queue.SetTaskCount(20); // 2 tasks per thread. in TEST_F()
408 queue.SetTaskCount(20 * kThreadCount); in TEST_F()
435 queue.SetTaskCount(kThreadCount * 4); in TEST_F()
491 SetTaskCount(0); in WorkQueue()
[all …]