Searched refs:team_num (Results 1 – 6 of 6) sorted by relevance
50 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()
60 unsigned int team_num; member94 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()
252 AFFINITY_TYPE (team_num, 't'),
779 unsigned int team_num; member
3272 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()
1177 * 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_num1186 (omp_get_team_num): Use thr->team_num instead of gomp_team_num.