Searched refs:test_nest_split (Results 1 – 1 of 1) sorted by relevance
/llvm-project/openmp/runtime/test/tasking/ |
H A D | task_teams_stress_test.cpp | 228 void test_nest_split(int first, int second) { in test_nest_split() function 247 { test_nest_split(second, third); } in test_nest2_split() 300 run_ntimes(NTIMES, test_nest_split, 4, 2); in main() 301 run_ntimes(NTIMES, test_nest_split, 2, 1); in main() 303 run_ntimes(NTIMES, test_nest_split, 7, 2); in main() 304 run_ntimes(NTIMES, test_nest_split, 1, 1); in main() 305 run_ntimes(NTIMES, test_nest_split, 1, 4); in main()
|