Searched refs:expected_task_count_ (Results 1 – 1 of 1) sorted by relevance
136 : expected_task_count_(expected_task_count), in SimpleThreadTest()146 for (size_t i = 0U; i < expected_task_count_; ++i) { in RunTest()155 EXPECT_EQ(expected_task_count_, got_task_count_); in DestroyTest()156 EXPECT_EQ(expected_task_count_, got_done_count_); in DestroyTest()172 if (++got_done_count_ == expected_task_count_ && !done_callback_.is_null()) in Done()176 const size_t expected_task_count_; member in __anon62b858dd0211::SimpleThreadTest