Searched refs:team_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Dordered.c52 ws->ordered_team_ids[index] = thr->ts.team_id;
58 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
123 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
135 ws->ordered_team_ids[index] = thr->ts.team_id;
175 unsigned id = thr->ts.team_id;
208 to us, concurrently with our check below. But our team_id is
215 if (ws->ordered_owner != thr->ts.team_id)
217 gomp_sem_wait (team->ordered_release[thr->ts.team_id]);
218 ws->ordered_owner = thr->ts.team_id;
H A Dparallel.c103 return gomp_thread ()->ts.team_id;
H A Dteam.c91 thr->ts.team->ordered_release[thr->ts.team_id] = &thr->release;
101 gomp_threads[thr->ts.team_id] = thr;
117 thr->ts.team_id = 0;
200 thr->ts.team_id = 0;
245 nthr->ts.team_id = i;
291 start_data->ts.team_id = i;
H A Dlibgomp.h110 /* This is the team_id of the currently acknoledged owner of the ordered
143 unsigned team_id; member in struct:gomp_team_state
H A Diter.c75 i = thr->ts.team_id;
112 i = thr->ts.team_id;

Completed in 67 milliseconds