Lines Matching refs:long_run
68 void big_gang_check(bool long_run)
72 for (i = 0; i < (long_run ? 1000 : 3); i++) {
239 static void single_thread_tests(bool long_run)
270 big_gang_check(long_run);
274 for (i = 0; i < (long_run ? 2000 : 3); i++) {
286 bool long_run = false;
292 long_run = true;
312 iteration_test(0, 10 + 90 * long_run);
313 iteration_test(7, 10 + 90 * long_run);
314 iteration_test2(10 + 90 * long_run);
315 single_thread_tests(long_run);