Home
last modified time | relevance | path

Searched defs:nteams (Results 1 – 8 of 8) sorted by relevance

/llvm-project/openmp/runtime/test/tasking/
H A Dissue-79416.c7 void run(int nteams, int nth) { in run()
25 int i, nteams, nth; in main() local
/llvm-project/offload/test/offloading/
H A Dschedule.c18 int ordered_example(int lb, int ub, int stride, int nteams) { in ordered_example() argument
49 int NO_order_example(int lb, int ub, int stride, int nteams) { in NO_order_example() argument
/llvm-project/openmp/runtime/test/teams/
H A Dteams.c18 int nteams = omp_get_num_teams(); in main() local
H A Dkmp_num_teams.c31 int nteams, nthreads; in check_num_teams() local
/llvm-project/openmp/runtime/test/affinity/
H A Dteams-affinity.c73 int i, nteams, max_nteams, factor; in main() local
/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp498 kmp_uint32 nteams; in __kmp_dist_for_static_init() local
765 kmp_uint32 nteams; in __kmp_team_static_init() local
H A Dkmp_dispatch.cpp2670 kmp_uint32 nteams; in __kmp_dist_get_bounds() local
H A Dkmp.h2910 kmp_int32 nteams; // number of teams in a league member