Searched refs:job_count (Results 1 – 1 of 1) sorted by relevance
321 int iteration_count, size_t job_count) { in OnTestIterationStartPrint() argument336 job_count, (job_count == 1) ? "job" : "jobs"); in OnTestIterationStartPrint()868 int iteration_count, size_t job_count, in RunTestInSeparateProc() argument884 OnTestIterationStartPrint(testcase_list, iteration, iteration_count, job_count); in RunTestInSeparateProc()901 while (child_proc_list.size() < job_count && next_testcase_id < testcase_list.size()) { in RunTestInSeparateProc()982 size_t job_count; member1061 options.job_count = GetDefaultJobCount(); in PickOptions()1086 options.job_count = static_cast<size_t>(count); in PickOptions()1195 options.gtest_repeat, options.job_count, options.gtest_output); in main()