Home
last modified time | relevance | path

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

/external/cronet/base/synchronization/
Dcondition_variable_unittest.cc106 int GetNumThreadsCompletingTasks() const;
270 EXPECT_EQ(0, queue.GetNumThreadsCompletingTasks()); in TEST_F()
319 EXPECT_EQ(3, queue.GetNumThreadsCompletingTasks()); in TEST_F()
340 EXPECT_EQ(3, queue.GetNumThreadsCompletingTasks()); in TEST_F()
361 EXPECT_EQ(10, queue.GetNumThreadsCompletingTasks()); in TEST_F()
380 EXPECT_EQ(10, queue.GetNumThreadsCompletingTasks()); in TEST_F()
413 EXPECT_EQ(0, queue.GetNumThreadsCompletingTasks()); in TEST_F()
441 EXPECT_EQ(kThreadCount, queue.GetNumThreadsCompletingTasks()); in TEST_F()
469 EXPECT_EQ(kThreadCount, queue.GetNumThreadsCompletingTasks()); in TEST_F()
634 int WorkQueue::GetNumThreadsCompletingTasks() const { in GetNumThreadsCompletingTasks() function in base::__anonc69937da0111::WorkQueue
/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::__anon5cc981040111::WorkQueue