Searched refs:test_nest2_split (Results 1 – 1 of 1) sorted by relevance
/llvm-project/openmp/runtime/test/tasking/ |
H A D | task_teams_stress_test.cpp | 241 void test_nest2_split(int first, int second, int third) { in test_nest2_split() function 307 run_ntimes(NTIMES, test_nest2_split, 1, 1, 2); in main() 308 run_ntimes(NTIMES, test_nest2_split, 1, 2, 1); in main() 309 run_ntimes(NTIMES, test_nest2_split, 2, 2, 1); in main() 310 run_ntimes(NTIMES, test_nest2_split, 2, 1, 1); in main() 311 run_ntimes(NTIMES, test_nest2_split, 4, 2, 1); in main() 312 run_ntimes(NTIMES, test_nest2_split, 4, 2, 2); in main() 313 run_ntimes(NTIMES, test_nest2_split, 1, 1, 1); in main() 314 run_ntimes(NTIMES, test_nest2_split, 4, 2, 2); in main()
|