Searched refs:ordered_team_ids (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/libgomp/
H A Dordered.c52 ws->ordered_team_ids[index] = thr->ts.team_id;
91 next_id = ws->ordered_team_ids[next];
135 ws->ordered_team_ids[index] = thr->ts.team_id;
143 next_id = ws->ordered_team_ids[index];
185 ws->ordered_team_ids[0] = id;
H A Dlibgomp.h102 /* This is the index into the circular queue ordered_team_ids of the
107 the circular queue ordered_team_ids. */
122 unsigned ordered_team_ids[]; member in struct:gomp_work_share
H A Dwork.c46 size += nthreads * sizeof (ws->ordered_team_ids[0]);

Completed in 53 milliseconds