Searched refs:n_functions (Results 1 – 1 of 1) sorted by relevance
54 int n_functions = 10; variable58 if (n_callers >= 1) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f(); in Thread()59 if (n_callers >= 2) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f(); in Thread()60 if (n_callers >= 3) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f(); in Thread()66 n_functions = atoi(argv[1]); in main()