Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp321 int iteration_count, size_t job_count) { in OnTestIterationStartPrint() argument
336 job_count, (job_count == 1) ? "job" : "jobs"); in OnTestIterationStartPrint()
868 int iteration_count, size_t job_count, in RunTestInSeparateProc() argument
884 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; member
1061 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()