Lines Matching refs:thr
35 struct gomp_thread *thr = gomp_thread ();
49 thr->num_teams = num_teams - 1;
50 for (thr->team_num = 0; thr->team_num < num_teams; thr->team_num++)
52 thr->num_teams = 0;
53 thr->team_num = 0;
64 struct gomp_thread *thr = gomp_thread ();
65 return thr->num_teams + 1;
71 struct gomp_thread *thr = gomp_thread ();
72 return thr->team_num;