Searched refs:test_nest3 (Results 1 – 1 of 1) sorted by relevance
/llvm-project/openmp/runtime/test/tasking/ |
H A D | task_teams_stress_test.cpp | 157 void test_nest3(int first, int second, int third, int fourth) { in test_nest3() function 179 { test_nest3(second, third, fourth, fifth); } in test_nest4() 280 run_ntimes(NTIMES, test_nest3, 1, 1, 1, 1); in main() 281 run_ntimes(NTIMES, test_nest3, 1, 2, 1, 1); in main() 282 run_ntimes(NTIMES, test_nest3, 1, 1, 2, 1); in main() 283 run_ntimes(NTIMES, test_nest3, 1, 1, 1, 2); in main() 284 run_ntimes(NTIMES, test_nest3, 2, 1, 1, 1); in main()
|