Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc54 int n_functions = 10; variable
58 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()