Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dteams.c50 for (thr->team_num = 0; thr->team_num < num_teams; thr->team_num++) in GOMP_teams_reg()
53 thr->team_num = 0; in GOMP_teams_reg()
72 return thr->team_num; in omp_get_team_num()
Dteam.c60 unsigned int team_num; member
94 thr->team_num = data->team_num; in gomp_thread_start()
658 nthr->team_num = thr->team_num; in gomp_team_start()
848 start_data->team_num = thr->team_num; in gomp_team_start()
Daffinity-fmt.c252 AFFINITY_TYPE (team_num, 't'),
Dlibgomp.h779 unsigned int team_num; member
Dtarget.c3272 thr->team_num = 0; in GOMP_teams4()
3274 else if (thr->team_num == thr->num_teams) in GOMP_teams4()
3277 ++thr->team_num; in GOMP_teams4()
DChangeLog1177 * libgomp.h (struct gomp_thread): Add num_teams and team_num members.
1179 (gomp_thread_start): Initialize thr->num_teams and thr->team_num.
1181 start_data->team_num. Update nthr->num_teams and nthr->team_num.
1183 (GOMP_teams_reg): Set and restore thr->num_teams and thr->team_num
1186 (omp_get_team_num): Use thr->team_num instead of gomp_team_num.