Home | History | Annotate | Download | only in test

Lines Matching refs:GetThreadCount

316   const size_t starting_count = GetThreadCount();
329 EXPECT_EQ(starting_count + 1, GetThreadCount());
339 if (GetThreadCount() == starting_count)
345 EXPECT_EQ(starting_count, GetThreadCount());
349 EXPECT_EQ(0U, GetThreadCount());