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

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dordered.c53 ws->ordered_team_ids[index] = thr->ts.team_id;
59 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
124 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
136 ws->ordered_team_ids[index] = thr->ts.team_id;
176 unsigned id = thr->ts.team_id;
209 to us, concurrently with our check below. But our team_id is
221 if (ws->ordered_owner != thr->ts.team_id)
223 gomp_sem_wait (team->ordered_release[thr->ts.team_id]);
224 ws->ordered_owner = thr->ts.team_id;
390 ent = thr->ts.team_id;
[all...]
H A Diter.c73 i = thr->ts.team_id;
113 i = thr->ts.team_id;
H A Dparallel.c280 return gomp_thread ()->ts.team_id;
307 return ts->team_id;
H A Diter_ull.c74 i = thr->ts.team_id;
115 i = thr->ts.team_id;
H A Dteam.c96 thr->ts.team->ordered_release[thr->ts.team_id] = &thr->release;
115 pool->threads[thr->ts.team_id] = thr;
345 thr->ts.team_id = 0;
634 nthr->ts.team_id = i;
823 start_data->ts.team_id = i;
H A Daffinity-fmt.c348 val = ts->team_id;
354 val = ts->team ? ts->team->prev_ts.team_id : -1;
H A Dtask.c2123 thr->ts.team_id = 0;
2217 unsigned id = thr->ts.team_id;
2323 if (thr->ts.team_id == 0)
H A Dlibgomp.h242 This is indexed by team_id for GFS_STATIC and outermost iteration
308 /* This is the team_id of the currently acknowledged owner of the ordered
388 unsigned team_id; member in struct:gomp_team_state
H A Dtarget.c2071 thr->ts.team_id = 0;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dordered.c53 ws->ordered_team_ids[index] = thr->ts.team_id;
59 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
124 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
136 ws->ordered_team_ids[index] = thr->ts.team_id;
176 unsigned id = thr->ts.team_id;
209 to us, concurrently with our check below. But our team_id is
221 if (ws->ordered_owner != thr->ts.team_id)
223 gomp_sem_wait (team->ordered_release[thr->ts.team_id]);
224 ws->ordered_owner = thr->ts.team_id;
390 ent = thr->ts.team_id;
[all...]
H A Diter.c73 i = thr->ts.team_id;
113 i = thr->ts.team_id;
H A Dparallel.c287 return gomp_thread ()->ts.team_id;
314 return ts->team_id;
H A Diter_ull.c74 i = thr->ts.team_id;
115 i = thr->ts.team_id;
H A Dteam.c102 thr->ts.team->ordered_release[thr->ts.team_id] = &thr->release;
121 pool->threads[thr->ts.team_id] = thr;
358 thr->ts.team_id = 0;
647 nthr->ts.team_id = i;
839 start_data->ts.team_id = i;
H A Daffinity-fmt.c351 val = ts->team_id;
357 val = ts->team ? ts->team->prev_ts.team_id : -1;
H A Dtask.c424 thr->ts.team_id, &task);
497 gomp_debug (0, "Thread %d: new event: %p\n", thr->ts.team_id, task);
1480 thr->ts.team_id, child_task);
1637 thr->ts.team_id, child_task);
2105 thr->ts.team_id, child_task);
2231 thr->ts.team_id = 0;
2325 unsigned id = thr->ts.team_id;
2431 if (thr->ts.team_id == 0)
H A Dlibgomp.h245 This is indexed by team_id for GFS_STATIC and outermost iteration
335 /* This is the team_id of the currently acknowledged owner of the ordered
426 unsigned team_id; member in struct:gomp_team_state
H A Dtarget.c2646 thr->ts.team_id = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dteam.c139 thr->ts.team_id = 0;
163 nthr->ts.team_id = i;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dteam.c173 thr->ts.team_id = 0;
197 nthr->ts.team_id = i;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dteam.c173 thr->ts.team_id = 0;
197 nthr->ts.team_id = i;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dteam.c142 thr->ts.team_id = 0;
166 nthr->ts.team_id = i;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c712 tree team_id, team_type, tmp; local
721 team_id = fold_convert (integer_type_node, argse1.expr);
728 team_id, team_type,
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc746 tree team_id, team_type, tmp; local
755 team_id = fold_convert (integer_type_node, argse1.expr);
762 team_id, team_type,

Completed in 494 milliseconds