Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc107 int GetNumThreadsCompletingTasks() const;
279 EXPECT_EQ(0, queue.GetNumThreadsCompletingTasks()); in TEST_F()
328 EXPECT_EQ(3, queue.GetNumThreadsCompletingTasks()); in TEST_F()
349 EXPECT_EQ(3, queue.GetNumThreadsCompletingTasks()); in TEST_F()
370 EXPECT_EQ(10, queue.GetNumThreadsCompletingTasks()); in TEST_F()
389 EXPECT_EQ(10, queue.GetNumThreadsCompletingTasks()); in TEST_F()
428 EXPECT_EQ(0, queue.GetNumThreadsCompletingTasks()); in TEST_F()
456 EXPECT_EQ(kThreadCount, queue.GetNumThreadsCompletingTasks()); in TEST_F()
484 EXPECT_EQ(kThreadCount, queue.GetNumThreadsCompletingTasks()); in TEST_F()
649 int WorkQueue::GetNumThreadsCompletingTasks() const { in GetNumThreadsCompletingTasks() function in base::__anon934976bf0111::WorkQueue