Searched refs:job_count (Results 1 – 4 of 4) sorted by relevance
405 size_t job_count = options_.job_count(); in RunAllTests() local407 running_.resize(job_count); in RunAllTests()408 running_pollfds_.resize(job_count); in RunAllTests()411 for (size_t i = 0; i < job_count; i++) { in RunAllTests()745 PluralizeString(options_.job_count(), " job") + ")."); in Run()
37 size_t job_count() const { return job_count_; } in job_count() function
71 EXPECT_LT(0U, options.job_count()); in TEST()161 EXPECT_EQ(11U, options.job_count()); in TEST()170 EXPECT_EQ(23U, options.job_count()); in TEST()637 EXPECT_LT(0U, options.job_count()); in TEST()
143 bool job_count = false; in RunTest() local146 job_count = true; in RunTest()150 if (!job_count) { in RunTest()